chore(forgejo): fix dockerfile -> docker_file
This commit is contained in:
parent
db0cbe078e
commit
762bce9289
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue