Updated /.github/workflows/deploy.yml

This commit is contained in:
Hayden Hargreaves 2025-03-05 21:24:01 -07:00
parent 3e0a84cd65
commit 126292258d

View File

@ -25,7 +25,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: ./frontend
file: ./Dockerfile
file: ./frontend/Dockerfile
push: true
tags: azpect3120/file.gophernest.frontend:latest
@ -33,7 +33,7 @@ jobs:
uses: docker/build-push-action@v3
with:
context: ./backend
file: ./Dockerfile
file: ./backend/Dockerfile
push: true
tags: azpect3120/file.gophernest.backend:latest