first PoC frontend #3
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue