kaniko2
Some checks failed
Build and Push Image / build (push) Failing after 4s

This commit is contained in:
2026-03-22 09:48:52 +02:00
parent d82f688f69
commit be2593080f

View File

@@ -7,11 +7,12 @@ jobs:
container: catthehacker/ubuntu:act-latest
steps:
- uses: actions/checkout@master
- name: Build and push Docker image
uses: https://code.thetadev.de/actions/kaniko@v1
with:
registry: gitea.paddington.fi
image: myapp:latest
image: make/myapp:latest
username: make
password: ${{ secrets.TOKEN }}
cache: true