ci: fix wrong dockerfile build arg
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 1m0s
All checks were successful
Build and Publish Docker Image / build-and-push (push) Successful in 1m0s
This commit is contained in:
2
.github/workflows/docker-publish.yml
vendored
2
.github/workflows/docker-publish.yml
vendored
@@ -50,7 +50,7 @@ jobs:
|
||||
labels: ${{ steps.meta.outputs.labels }}
|
||||
platforms: linux/amd64
|
||||
build-args: |
|
||||
VITE_API_URL=${{ vars.VITE_API_URL }}
|
||||
VITE_API_HOST=${{ vars.VITE_API_HOST }}
|
||||
VITE_DEFAULT_LATITUDE=${{ vars.VITE_DEFAULT_LATITUDE }}
|
||||
VITE_DEFAULT_LONGITUDE=${{ vars.VITE_DEFAULT_LONGITUDE }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user