Skip to content

Commit 11eafb6

Browse files
fix: set correct version label on arch-specific Docker images (#257)
1 parent aa50533 commit 11eafb6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/actions/build-push/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ runs:
4545
type=semver,pattern={{major}},suffix=-${{ inputs.tag_suffix }}
4646
type=semver,pattern={{version}},suffix=-${{ inputs.tag_suffix }}
4747
type=raw,value=latest,suffix=-${{ inputs.tag_suffix }}
48+
labels: |
49+
org.opencontainers.image.version={{version}}
4850
4951
- name: Build and push image
5052
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)