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