1
0
Fork 0

fix: specify dockerfile for workflow

This commit is contained in:
Tommy 2024-11-09 16:24:12 +01:00
parent cecf1b18d6
commit c7fefe549f
Signed by: tommy
SSH key fingerprint: SHA256:1LWgQT3QPHIT29plS8jjXc3S1FcE/4oGvsx3Efxs6Uc

View file

@ -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"