We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7abad9d commit 814dc61Copy full SHA for 814dc61
.github/workflows/release.yaml
@@ -71,4 +71,4 @@ jobs:
71
tags: ${{ steps.meta.outputs.tags }}
72
labels: ${{ steps.meta.outputs.labels }}
73
build-args: |
74
- VERSION=${{ basename ${GITHUB_REF}) }}
+ VERSION=${{ steps.meta.outputs.tags[0] }}
0 commit comments