fix: get the version from meta action
This commit is contained in:
parent
814dc61414
commit
a50f8eba57
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
|
@ -71,4 +71,4 @@ jobs:
|
|||
tags: ${{ steps.meta.outputs.tags }}
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
build-args: |
|
||||
VERSION=${{ steps.meta.outputs.tags[0] }}
|
||||
VERSION=${{ steps.meta.outputs.labels['org.opencontainers.image.version'] }}
|
||||
|
|
Loading…
Reference in New Issue
Block a user