We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c6f092 commit a62c93dCopy full SHA for a62c93d
1 file changed
.github/actions/build-push/action.yml
@@ -46,7 +46,7 @@ runs:
46
type=semver,pattern={{version}},suffix=-${{ inputs.tag_suffix }}
47
type=raw,value=latest,suffix=-${{ inputs.tag_suffix }}
48
labels: |
49
- org.opencontainers.image.version={{version}}
+ org.opencontainers.image.version=${{ steps.meta.outputs.version }}
50
51
- name: Build and push image
52
uses: docker/build-push-action@v5
0 commit comments