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:
|
with:
|
||||||
cache: false
|
cache: false
|
||||||
context: /workspace/${{ github.repository }}
|
context: /workspace/${{ github.repository }}
|
||||||
|
docker_file: Containerfile.multiarch
|
||||||
credentials: |
|
credentials: |
|
||||||
code.252.no=${{ github.repository_owner }}:${{ secrets.REGISTRY_TOKEN }}
|
code.252.no=${{ github.repository_owner }}:${{ secrets.REGISTRY_TOKEN }}
|
||||||
destinations: "code.252.no/tommy/git-sv:latest"
|
destinations: "code.252.no/tommy/git-sv:latest"
|
||||||
|
|
Loading…
Reference in a new issue