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 17217cfa6c - Show all commits

View file

@ -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