fix: removed frontend build args
This commit is contained in:
parent
6a352803d4
commit
17217cfa6c
1 changed files with 1 additions and 3 deletions
|
|
@ -10,7 +10,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
BACKEND_API_BASE_URL: ${{ vars.BACKEND_API_BASE_URL }}
|
VITE_BACKEND_API_BASE_URL: ${{ vars.BACKEND_API_BASE_URL }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
@ -79,8 +79,6 @@ jobs:
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
context: .
|
||||||
build-args: |
|
|
||||||
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