Skip to content

Commit

Permalink
Pin bake-action to previous version
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Aug 7, 2024
1 parent 0aea25c commit 9848be8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ jobs:

- name: Build and upload to ghcr.io 📤
id: build-upload
uses: docker/bake-action@v5
# We need to pin exact version here, since updates can break
# the extract-image-names.sh script
uses: docker/[email protected]
with:
push: true
# Using provenance to disable default attestation so it will build only desired images:
Expand Down

0 comments on commit 9848be8

Please sign in to comment.