Skip to content

Commit edc2313

Browse files
committed
fix(ci): fix version number passed to docker build
1 parent deae3c2 commit edc2313

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/image_build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
tags: ${{ steps.meta.outputs.tags }}
4343
labels: ${{ steps.meta.outputs.labels }}
4444
build-args: |
45-
"VERSION=${{ github.ref }}"
45+
"VERSION=${{ github.event.release.tag_name }}"

0 commit comments

Comments
 (0)