diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c1b97c1..61185c0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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