first PoC frontend #3
1 changed files with 2 additions and 0 deletions
|
|
@ -70,6 +70,7 @@ jobs:
|
||||||
- name: Build and push backend image
|
- name: Build and push backend image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
context: .
|
||||||
file: Dockerfiles/Dockerfile_backend
|
file: Dockerfiles/Dockerfile_backend
|
||||||
push: true
|
push: true
|
||||||
tags: meowgit.nekoea.red/nihonium/nyanimedb-backend:latest
|
tags: meowgit.nekoea.red/nihonium/nyanimedb-backend:latest
|
||||||
|
|
@ -77,6 +78,7 @@ jobs:
|
||||||
- name: Build and push frontend image
|
- name: Build and push frontend image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
|
context: .
|
||||||
build-args:
|
build-args:
|
||||||
--build-arg VITE_BACKEND_API_BASE_URL=${BACKEND_API_BASE_URL}
|
--build-arg VITE_BACKEND_API_BASE_URL=${BACKEND_API_BASE_URL}
|
||||||
file: Dockerfiles/Dockerfile_frontend
|
file: Dockerfiles/Dockerfile_frontend
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue