We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa50533 commit 11eafb6Copy full SHA for 11eafb6
1 file changed
.github/actions/build-push/action.yml
@@ -45,6 +45,8 @@ runs:
45
type=semver,pattern={{major}},suffix=-${{ inputs.tag_suffix }}
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}}
50
51
- name: Build and push image
52
uses: docker/build-push-action@v5
0 commit comments