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 e23d6f9 commit c7494a0Copy full SHA for c7494a0
.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=${{ VERSION }}
+ build-args: |
+ "VERSION=${{ VERSION }}"
0 commit comments