We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94c8fc8 commit 1a913cfCopy full SHA for 1a913cf
.github/workflows/ci.yml
@@ -73,7 +73,9 @@ jobs:
73
with:
74
file: Dockerfile
75
context: .
76
- build-args: VITE_APP_VERSION=${{ needs.setup.outputs.version }},VITE_APP_BUILD=${{ needs.setup.outputs.build }}
+ build-args: |
77
+ VITE_APP_BUILD=${{ needs.setup.outputs.build }}
78
+ VITE_APP_VERSION=${{ needs.setup.outputs.version }}
79
push: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') }}
80
platforms: linux/amd64,linux/arm64
81
tags: ${{ steps.meta.outputs.tags }}
0 commit comments