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 uses: docker/build-push-action@v3
with: with:
context: ./frontend context: ./frontend
file: ./Dockerfile file: ./frontend/Dockerfile
push: true push: true
tags: azpect3120/file.gophernest.frontend:latest tags: azpect3120/file.gophernest.frontend:latest
@ -33,7 +33,7 @@ jobs:
uses: docker/build-push-action@v3 uses: docker/build-push-action@v3
with: with:
context: ./backend context: ./backend
file: ./Dockerfile file: ./backend/Dockerfile
push: true push: true
tags: azpect3120/file.gophernest.backend:latest tags: azpect3120/file.gophernest.backend:latest