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 814dc61 commit a50f8ebCopy full SHA for a50f8eb
.github/workflows/release.yaml
@@ -71,4 +71,4 @@ jobs:
71
tags: ${{ steps.meta.outputs.tags }}
72
labels: ${{ steps.meta.outputs.labels }}
73
build-args: |
74
- VERSION=${{ steps.meta.outputs.tags[0] }}
+ VERSION=${{ steps.meta.outputs.labels['org.opencontainers.image.version'] }}
0 commit comments