We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c42e6 commit 32f2264Copy full SHA for 32f2264
.github/workflows/release.yaml
@@ -86,7 +86,7 @@ jobs:
86
context: .
87
push: false # only push after the image is scanned
88
tags: ${{ steps.meta.outputs.tags }}
89
- labels: ´${{ steps.meta.outputs.labels }}
+ labels: ${{ steps.meta.outputs.labels }}
90
cache-from: type=gha
91
cache-to: type=gha,mode=max
92
# these 2 options are needed so that the MediaType of the manifest is
0 commit comments