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 43a3dad commit fba87d9Copy full SHA for fba87d9
.github/workflows/release.yml
@@ -190,7 +190,9 @@ 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 }}'
+ --label 'org.opencontainers.image.source=${GITHUB_SERVER_URL}/${GITHUB_REPOSITORY}'
194
+ --label 'org.opencontainers.image.revision=${GITHUB_SHA}'
195
+ --label 'org.opencontainers.image.version=$VERSION'
196
--build-arg "VERSION=$VERSION"
197
-t "$DOCKERHUB_REPO:$VERSION"
198
-t "$DOCKERHUB_REPO:latest"
0 commit comments