Skip to content

Commit a50f8eb

Browse files
committed
fix: get the version from meta action
1 parent 814dc61 commit a50f8eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ jobs:
7171
tags: ${{ steps.meta.outputs.tags }}
7272
labels: ${{ steps.meta.outputs.labels }}
7373
build-args: |
74-
VERSION=${{ steps.meta.outputs.tags[0] }}
74+
VERSION=${{ steps.meta.outputs.labels['org.opencontainers.image.version'] }}

0 commit comments

Comments
 (0)