Skip to content

Commit

Permalink
Stop double quotting docker source lab el (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarmet authored Jun 4, 2024
1 parent 06e4375 commit 7215d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
default: |
git.repository=${{ github.repository }}
git.commit-sha=${{ github.sha }}
org.opencontainers.image.source="https://github.com/${{ github.repository }}"
org.opencontainers.image.source=https://github.com/${{ github.repository }}
registry:
required: false
type: string
Expand Down

0 comments on commit 7215d06

Please sign in to comment.