fixes
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2024-07-27 15:52:43 +02:00
parent 7ef9c4e614
commit 5069cfa039

View File

@@ -4,17 +4,20 @@ run-name: Container creation
# change later for only tags
on: [tag push]
jobs:
- name: Get the code
uses: actions/checkout@v4
with:
sparse-checkout: |
src
Container-Build:
runs-on: ubuntu-latest
steps:
- name: Get the code
uses: actions/checkout@v4
with:
sparse-checkout: |
src
- name: Build & push image ${{ gitea.ref_name }}
uses: https://code.thetadev.de/ThetaDev/action-kaniko@v1
with:
image: ha-addon-energa-meter:${{ gitea.ref_name }}
registry: pipebreaker.pl:5000
build_file: Containerfile
path: src/
debug: true
- name: Build & push image ${{ gitea.ref_name }}
uses: https://code.thetadev.de/ThetaDev/action-kaniko@v1
with:
image: ha-addon-energa-meter:${{ gitea.ref_name }}
registry: pipebreaker.pl:5000
build_file: Containerfile
path: src/
debug: true