From 8ebcc540f76c04c593a1c6703d9a760545e26824 Mon Sep 17 00:00:00 2001 From: akovylyaeva Date: Wed, 26 Nov 2025 11:12:45 +0500 Subject: [PATCH] fix: change job names --- .github/workflows/.reusable-docker-build-and-push.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/.reusable-docker-build-and-push.yml b/.github/workflows/.reusable-docker-build-and-push.yml index b865e1c..c0df7fb 100644 --- a/.github/workflows/.reusable-docker-build-and-push.yml +++ b/.github/workflows/.reusable-docker-build-and-push.yml @@ -10,7 +10,7 @@ on: workflow_call: jobs: - build_amd64: + build-amd64: runs-on: ubuntu-24.04 steps: - name: Check out the repo @@ -70,7 +70,7 @@ jobs: if-no-files-found: error retention-days: 1 - build_arm64: + build-arm64: runs-on: ubuntu-24.04-arm steps: - name: Check out the repo @@ -132,8 +132,8 @@ jobs: merge: runs-on: ubuntu-24.04 needs: - - build_amd64 - - build_arm64 + - build-amd64 + - build-arm64 steps: # this is needed to address this issue according to the comment https://github.com/devcontainers/ci/issues/271#issuecomment-2301764487 # otherwise our TourmalineCore org name cannot be used in docker image names, only tourmalinecore