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 17777b1 commit 7abad9dCopy full SHA for 7abad9d
.github/workflows/release.yaml
@@ -70,5 +70,5 @@ jobs:
70
push: true
71
tags: ${{ steps.meta.outputs.tags }}
72
labels: ${{ steps.meta.outputs.labels }}
73
- build-args:
74
- - VERSION=${{ basename ${GITHUB_REF}) }}
+ build-args: |
+ VERSION=${{ basename ${GITHUB_REF}) }}
0 commit comments