Skip to content

Commit 08d3ea0

Browse files
fix: version is still undefined - use github version for label (#261)
1 parent 5085381 commit 08d3ea0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
type=semver,pattern={{version}},suffix=-${{ inputs.tag_suffix }}
4747
type=raw,value=latest,suffix=-${{ inputs.tag_suffix }}
4848
labels: |
49-
org.opencontainers.image.version=${{ steps.meta.outputs.version }}
49+
org.opencontainers.image.version=${{ github.ref_name }}
5050
5151
- name: Build and push image
5252
uses: docker/build-push-action@v5

0 commit comments

Comments
 (0)