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 fba87d9 commit 3c9428fCopy full SHA for 3c9428f
.github/workflows/docker.yml
@@ -68,7 +68,8 @@ jobs:
68
VERSION: ${{ steps.bump-version.outputs.version }}
69
run: >
70
docker build -f Dockerfile
71
- --label 'org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }}'
+ --label "org.opencontainers.image.source=${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}"
72
+ --label "org.opencontainers.image.revision=${GITHUB_SHA}"
73
--build-arg "VERSION=$VERSION"
74
-t "$DOCKER_TAG"
75
.
0 commit comments