separate tag
Some checks failed
Build and push container / Container-Build (push) Failing after 46s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 38s

This commit is contained in:
2024-07-27 16:04:11 +02:00
parent 0330fddaf1
commit 6b2ad223c7

View File

@@ -16,7 +16,8 @@ jobs:
- name: Build & push image ${{ gitea.ref }} - name: Build & push image ${{ gitea.ref }}
uses: https://code.thetadev.de/ThetaDev/action-kaniko@v1 uses: https://code.thetadev.de/ThetaDev/action-kaniko@v1
with: with:
image: ha-addon-energa-meter:${{ gitea.ref }} image: ha-addon-energa-meter
tag: ${{ gitea.ref }}
registry: pipebreaker.pl:5000 registry: pipebreaker.pl:5000
build_file: Containerfile build_file: Containerfile
path: src/ path: src/