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 uses: docker/build-push-action@v6
with: with:
context: . context: .
build-args: build-args: |
--build-arg VITE_BACKEND_API_BASE_URL=${BACKEND_API_BASE_URL} VITE_BACKEND_API_BASE_URL=${{ env.BACKEND_API_BASE_URL }}
file: Dockerfiles/Dockerfile_frontend file: Dockerfiles/Dockerfile_frontend
push: true push: true
tags: meowgit.nekoea.red/nihonium/nyanimedb-frontend:latest tags: meowgit.nekoea.red/nihonium/nyanimedb-frontend:latest