Update build.yml

master
HumanoidSandvichDispenser 2025-05-06 17:01:49 -07:00 committed by GitHub
parent 92b7e45248
commit 227ea5c13e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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