Skip to content

Commit

Permalink
Update .github/workflows/release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkav authored Apr 26, 2024
1 parent 38c42e6 commit 32f2264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
context: .
push: false # only push after the image is scanned
tags: ${{ steps.meta.outputs.tags }}
labels: ´${{ steps.meta.outputs.labels }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
# these 2 options are needed so that the MediaType of the manifest is
Expand Down

0 comments on commit 32f2264

Please sign in to comment.