mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-09 06:43:12 -04:00
8
.github/workflows/docker-staging.yml
vendored
8
.github/workflows/docker-staging.yml
vendored
@@ -20,14 +20,14 @@ jobs:
|
||||
- name: Build and push backend image
|
||||
uses: docker/build-push-action@v5
|
||||
with:
|
||||
context: ./backend
|
||||
file: ./backend/Dockerfile
|
||||
context: .
|
||||
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: ./frontend
|
||||
file: ./frontend/Dockerfile
|
||||
context: .
|
||||
file: ./Dockerfile.frontend
|
||||
push: true
|
||||
tags: ghcr.io/${{ github.repository }}/frontend:staging
|
||||
|
||||
2
.github/workflows/nox-ci.yml
vendored
2
.github/workflows/nox-ci.yml
vendored
@@ -31,5 +31,7 @@ jobs:
|
||||
run: pipx install poetry
|
||||
- name: Install Yarn
|
||||
run: npm install -g yarn
|
||||
- name: Install nox-poetry
|
||||
run: pipx install nox-poetry
|
||||
- name: Run Nox (all checks)
|
||||
run: nox
|
||||
|
||||
Reference in New Issue
Block a user