try another kaniko builder
Some checks failed
Build and push container / Container-Build (push) Failing after 2m12s
Some checks failed
Build and push container / Container-Build (push) Failing after 2m12s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user