Update build.yml

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

View File

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