Skip to content

Commit c1f1388

Browse files
committed
chore: fix container release
1 parent 125d630 commit c1f1388

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_containers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,5 +74,5 @@ jobs:
7474
tags: ${{ steps.docker_meta.outputs.tags }}
7575
labels: ${{ steps.docker_meta.outputs.labels }}
7676
build-args: |
77-
VERSION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
78-
COMMIT=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.revision'] }}
77+
VERSION=v${{ fromJSON(steps.docker_meta.outputs.json).labels['org.opencontainers.image.version'] }}
78+
COMMIT=${{ fromJSON(steps.docker_meta.outputs.json).labels['org.opencontainers.image.revision'] }}

0 commit comments

Comments
 (0)