We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58cea58 commit d4326eeCopy full SHA for d4326ee
.github/workflows/docker-push-public-release.yml
@@ -42,7 +42,7 @@ jobs:
42
push: ${{ github.event_name == 'release' }}
43
context: ${{ env.DOCKER_BUILD_DIR }}
44
tags: ${{ steps.meta.outputs.tags }}
45
- labels: ${{ steps.meta.outputs.labels }
+ labels: ${{ steps.meta.outputs.labels }}
46
build-args: |
47
VERSION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
48
0 commit comments