Updated /.github/workflows/deploy.yml
This commit is contained in:
parent
3e0a84cd65
commit
126292258d
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user