try another kaniko builder
Some checks failed
Build and push container / Container-Build (push) Failing after 2m12s

This commit is contained in:
2024-07-28 14:26:07 +02:00
parent 99f0c12455
commit 95e856f5f7

View File

@@ -14,11 +14,11 @@ jobs:
src src
- name: Build & push image ${{ gitea.ref }} - name: Build & push image ${{ gitea.ref }}
uses: https://code.thetadev.de/ThetaDev/action-kaniko@v1 uses: bymarshall/kaniko-action@main
with: with:
image: ha-addon-energa-meter image: ha-addon-energa-meter
tag: ${{ gitea.ref }} tag: ${{ gitea.ref }}
registry: pipebreaker.pl:5000 registry: pipebreaker.pl:5000
build_file: Containerfile file: Containerfile
path: src/ context: src/
debug: true debug_mode: true