fix: specify dockerfile for workflow
This commit is contained in:
parent
cecf1b18d6
commit
c7fefe549f
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ jobs:
|
|||
with:
|
||||
cache: false
|
||||
context: /workspace/${{ github.repository }}
|
||||
docker_file: Containerfile.multiarch
|
||||
credentials: |
|
||||
code.252.no=${{ github.repository_owner }}:${{ secrets.REGISTRY_TOKEN }}
|
||||
destinations: "code.252.no/tommy/git-sv:latest"
|
||||
|
|
Loading…
Reference in a new issue