mirror of
https://github.com/xlorepdarkhelm/numinar-coding-project.git
synced 2026-09-09 06:03:12 -04:00
4
.github/workflows/docker-staging.yml
vendored
4
.github/workflows/docker-staging.yml
vendored
@@ -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
|
||||
|
||||
2
.github/workflows/nox-ci.yml
vendored
2
.github/workflows/nox-ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user