Update build.yml

master
HumanoidSandvichDispenser 2025-05-06 21:18:55 -07:00 committed by GitHub
parent 1e64bc11d9
commit b84c93c118
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 6 deletions

View File

@ -38,9 +38,3 @@ jobs:
cd backend-flask
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 -f Dockerfile.prod .
docker push ghcr.io/${OWNER_LC}/availabili-tf-frontend:latest