Skip to content

Commit 44608d0

Browse files
authored
Update release.yml
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 3c9428f commit 44608d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ jobs:
190190
- name: Build Container Image (${{ env.VERSION }})
191191
run: >
192192
docker build -f Dockerfile
193-
--label 'org.opencontainers.image.source=${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}'
194-
--label 'org.opencontainers.image.revision=${GITHUB_SHA}'
193+
--label "org.opencontainers.image.source=${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}"
194+
--label "org.opencontainers.image.revision=${GITHUB_SHA}"
195195
--label 'org.opencontainers.image.version=$VERSION'
196196
--build-arg "VERSION=$VERSION"
197197
-t "$DOCKERHUB_REPO:$VERSION"

0 commit comments

Comments
 (0)