diff --git a/.gitea/workflows/build-push-container.yaml b/.gitea/workflows/build-push-container.yaml index 91d6c69..6fb57a7 100644 --- a/.gitea/workflows/build-push-container.yaml +++ b/.gitea/workflows/build-push-container.yaml @@ -14,11 +14,11 @@ jobs: src - name: Build & push image ${{ gitea.ref }} - uses: https://code.thetadev.de/ThetaDev/action-kaniko@v1 + uses: bymarshall/kaniko-action@main with: image: ha-addon-energa-meter tag: ${{ gitea.ref }} registry: pipebreaker.pl:5000 - build_file: Containerfile - path: src/ - debug: true + file: Containerfile + context: src/ + debug_mode: true