update workflow
This commit is contained in:
@@ -21,7 +21,9 @@ jobs:
|
|||||||
- name: Build and Push Client
|
- name: Build and Push Client
|
||||||
run: |
|
run: |
|
||||||
cd client
|
cd client
|
||||||
docker build -t ${{ vars.REGISTRY_URL }}/zen-kanji-client:latest .
|
docker build \
|
||||||
|
--build-arg VITE_API_URL=${{ vars.VITE_API_URL }} \
|
||||||
|
-t ${{ vars.REGISTRY_URL }}/zen-kanji-client:latest .
|
||||||
docker push ${{ vars.REGISTRY_URL }}/zen-kanji-client:latest
|
docker push ${{ vars.REGISTRY_URL }}/zen-kanji-client:latest
|
||||||
|
|
||||||
build-android-and-release:
|
build-android-and-release:
|
||||||
|
|||||||
Reference in New Issue
Block a user