Skip to content

Commit

Permalink
fix context
Browse files Browse the repository at this point in the history
  • Loading branch information
zachauten committed Sep 24, 2024
1 parent 9047c5a commit efc2318
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: docker/metadata-action@v5
id: meta
with:
images: {{ env.IMAGE }}
images: ${{ env.IMAGE }}

- uses: docker/bake-action@v5
with:
Expand All @@ -29,7 +29,7 @@ jobs:

# - uses: actions/attest-build-provenance@v1
# with:
# subject-name: {{ env.IMAGE }}
# subject-name: ${{ env.IMAGE }}
# subject-digest: ${{ steps.push.outputs.digest }}
# push-to-registry: true

0 comments on commit efc2318

Please sign in to comment.