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 3c9428f commit 44608d0Copy full SHA for 44608d0
.github/workflows/release.yml
@@ -190,8 +190,8 @@ jobs:
190
- name: Build Container Image (${{ env.VERSION }})
191
run: >
192
docker build -f Dockerfile
193
- --label 'org.opencontainers.image.source=${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}'
194
- --label 'org.opencontainers.image.revision=${GITHUB_SHA}'
+ --label "org.opencontainers.image.source=${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}"
+ --label "org.opencontainers.image.revision=${GITHUB_SHA}"
195
--label 'org.opencontainers.image.version=$VERSION'
196
--build-arg "VERSION=$VERSION"
197
-t "$DOCKERHUB_REPO:$VERSION"
0 commit comments