deploy test #3
Co-authored-by: Amalie Erdal Mansaker <amalie.erdal.mansaker@nav.no>
This commit is contained in:
parent
223056bbc8
commit
5c4083e345
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-and-deploy.yml
vendored
4
.github/workflows/build-and-deploy.yml
vendored
|
@ -31,8 +31,8 @@ jobs:
|
||||||
- name: "Build and push Docker"
|
- name: "Build and push Docker"
|
||||||
uses: "docker/build-push-action@v2"
|
uses: "docker/build-push-action@v2"
|
||||||
with:
|
with:
|
||||||
context: .
|
context: frontend
|
||||||
file: frontend/Dockerfile
|
file: Dockerfile
|
||||||
tags: "${{ env.IMAGE }}"
|
tags: "${{ env.IMAGE }}"
|
||||||
push: "true"
|
push: "true"
|
||||||
"deploy":
|
"deploy":
|
||||||
|
|
Reference in a new issue