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
|
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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user