We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e23d7d5 commit 94c8fc8Copy full SHA for 94c8fc8
.github/workflows/ci.yml
@@ -46,9 +46,6 @@ jobs:
46
permissions:
47
contents: read
48
packages: write
49
- env:
50
- VITE_APP_VERSION: ${{ needs.setup.outputs.version }}
51
- VITE_APP_BUILD: ${{ needs.setup.outputs.build }}
52
steps:
53
- name: Build cache path
54
run: echo "CACHE_PATH=${GITHUB_REPOSITORY@L}-cache" >> ${GITHUB_ENV}
@@ -76,7 +73,7 @@ jobs:
76
73
with:
77
74
file: Dockerfile
78
75
context: .
79
- build-args: VITE_APP_VERSION,VITE_APP_BUILD
+ build-args: VITE_APP_VERSION=${{ needs.setup.outputs.version }},VITE_APP_BUILD=${{ needs.setup.outputs.build }}
80
push: ${{ github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/') }}
81
platforms: linux/amd64,linux/arm64
82
tags: ${{ steps.meta.outputs.tags }}
0 commit comments