first PoC frontend #3

Merged
nihonium merged 20 commits from cicd into master 2025-10-09 17:48:23 +03:00
Showing only changes of commit 6a352803d4 - Show all commits

View file

@ -79,8 +79,8 @@ jobs:
uses: docker/build-push-action@v6
with:
context: .
build-args:
--build-arg VITE_BACKEND_API_BASE_URL=${BACKEND_API_BASE_URL}
build-args: |
VITE_BACKEND_API_BASE_URL=${{ env.BACKEND_API_BASE_URL }}
file: Dockerfiles/Dockerfile_frontend
push: true
tags: meowgit.nekoea.red/nihonium/nyanimedb-frontend:latest