chore(forgejo): fix dockerfile -> docker_file

This commit is contained in:
Tommy 2025-01-03 07:25:15 +01:00
parent db0cbe078e
commit 762bce9289
Signed by: tommy
SSH key fingerprint: SHA256:1LWgQT3QPHIT29plS8jjXc3S1FcE/4oGvsx3Efxs6Uc

View file

@ -83,7 +83,7 @@ jobs:
uses: https://code.252.no/pub/kaniko-action@latest uses: https://code.252.no/pub/kaniko-action@latest
with: with:
context: ./ context: ./
dockerfile: ${{ matrix.dockerfile }} docker_file: ${{ matrix.dockerfile }}
destinations: "code.252.no/${{ github.repository }}/${{ steps.set-image.outputs.image }}:latest" destinations: "code.252.no/${{ github.repository }}/${{ steps.set-image.outputs.image }}:latest"
credentials: "code.252.no=tommy:${{ secrets.REGISTRY_TOKEN }}" credentials: "code.252.no=tommy:${{ secrets.REGISTRY_TOKEN }}"
push: "true" push: "true"