Merge pull request #46257 from neersighted/bin_image_sha

ci(bin-image): populate DOCKER_GITCOMMIT
This commit is contained in:
Bjorn Neergaard 2023-08-17 13:12:22 -06:00 committed by GitHub
commit 73e47ee39c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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' }}