Update build.yml

master
HumanoidSandvichDispenser 2025-05-06 20:59:02 -07:00 committed by GitHub
parent e58318a3f9
commit 1e64bc11d9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -36,11 +36,11 @@ jobs:
- name: Build Docker image for backend
run: |
cd backend-flask
docker build -t ghcr.io/${OWNER_LC}/availabili-tf-backend-flask:latest -f Dockerfile.prod .
docker build -t ghcr.io/${OWNER_LC}/availabili-tf-backend-flask:latest .
docker push ghcr.io/${OWNER_LC}/availabili-tf-backend-flask:latest
- name: Build Docker image for frontend
run: |
cd availabili.tf
docker build -t ghcr.io/${OWNER_LC}/availabili-tf-frontend:latest .
docker build -t ghcr.io/${OWNER_LC}/availabili-tf-frontend:latest -f Dockerfile.prod .
docker push ghcr.io/${OWNER_LC}/availabili-tf-frontend:latest