We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent deae3c2 commit edc2313Copy full SHA for edc2313
1 file changed
.github/workflows/image_build.yaml
@@ -42,4 +42,4 @@ jobs:
42
tags: ${{ steps.meta.outputs.tags }}
43
labels: ${{ steps.meta.outputs.labels }}
44
build-args: |
45
- "VERSION=${{ github.ref }}"
+ "VERSION=${{ github.event.release.tag_name }}"
0 commit comments