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 a7e99b222d - Show all commits

View file

@ -70,6 +70,7 @@ jobs:
- name: Build and push backend image
uses: docker/build-push-action@v6
with:
context: .
file: Dockerfiles/Dockerfile_backend
push: true
tags: meowgit.nekoea.red/nihonium/nyanimedb-backend:latest
@ -77,6 +78,7 @@ jobs:
- name: Build and push frontend image
uses: docker/build-push-action@v6
with:
context: .
build-args:
--build-arg VITE_BACKEND_API_BASE_URL=${BACKEND_API_BASE_URL}
file: Dockerfiles/Dockerfile_frontend