diff --git a/.github/workflows/bin-image.yml b/.github/workflows/bin-image.yml index 182f02c04f..ffdd25fb6b 100644 --- a/.github/workflows/bin-image.yml +++ b/.github/workflows/bin-image.yml @@ -118,6 +118,8 @@ jobs: ./docker-bake.hcl /tmp/bake-meta.json targets: bin-image + env: + DOCKER_GITCOMMIT: ${{ github.sha }} set: | *.platform=${{ matrix.platform }} *.output=type=image,name=${{ env.MOBYBIN_REPO_SLUG }},push-by-digest=true,name-canonical=true,push=${{ github.event_name != 'pull_request' }}