Skip to content

Commit 7215d06

Browse files
authored
Stop double quotting docker source lab el (#64)
1 parent 06e4375 commit 7215d06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
default: |
2222
git.repository=${{ github.repository }}
2323
git.commit-sha=${{ github.sha }}
24-
org.opencontainers.image.source="https://github.com/${{ github.repository }}"
24+
org.opencontainers.image.source=https://github.com/${{ github.repository }}
2525
registry:
2626
required: false
2727
type: string

0 commit comments

Comments
 (0)