update workflow
All checks were successful
Release Build / build-docker (push) Successful in 18s
Release Build / build-android-and-release (push) Successful in 3m0s

This commit is contained in:
Rene Kievits
2025-12-24 09:18:55 +01:00
parent f740d3cb14
commit ac225b5b41

View File

@@ -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: