Fixing actions.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2025-10-09 10:10:48 -04:00
parent 49ee87e795
commit 28f62b2ed4
2 changed files with 3 additions and 3 deletions

View File

@@ -21,13 +21,13 @@ jobs:
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile.backend
file: ./Dockerfile-backend
push: true
tags: ghcr.io/${{ github.repository }}/backend:staging
- name: Build and push frontend image
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile.frontend
file: ./Dockerfile-frontend
push: true
tags: ghcr.io/${{ github.repository }}/frontend:staging

View File

@@ -32,6 +32,6 @@ jobs:
- name: Install Yarn
run: npm install -g yarn
- name: Install nox-poetry
run: pipx install nox-poetry
run: pipx inject nox nox-poetry
- name: Run Nox (all checks)
run: nox