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"
|
||||
uses: "docker/build-push-action@v2"
|
||||
with:
|
||||
context: .
|
||||
file: frontend/Dockerfile
|
||||
context: frontend
|
||||
file: Dockerfile
|
||||
tags: "${{ env.IMAGE }}"
|
||||
push: "true"
|
||||
"deploy":
|
||||
|
|
Reference in a new issue