We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06e4375 commit 7215d06Copy full SHA for 7215d06
.github/workflows/docker-build.yaml
@@ -21,7 +21,7 @@ on:
21
default: |
22
git.repository=${{ github.repository }}
23
git.commit-sha=${{ github.sha }}
24
- org.opencontainers.image.source="https://github.com/${{ github.repository }}"
+ org.opencontainers.image.source=https://github.com/${{ github.repository }}
25
registry:
26
required: false
27
type: string
0 commit comments