kanikox
All checks were successful
Build and Push Image / build (push) Successful in 49s

This commit is contained in:
2026-03-30 08:43:17 +03:00
parent aabea2354e
commit 0ab7b0ac8f

View File

@@ -12,7 +12,7 @@ jobs:
uses: https://code.thetadev.de/actions/kaniko@v1 uses: https://code.thetadev.de/actions/kaniko@v1
with: with:
registry: gitea.paddington.fi registry: gitea.paddington.fi
image: make/myapp:latest image: make/myapp
username: make username: make
password: ${{ secrets.TOKEN }} password: ${{ secrets.TOKEN }}
cache: true cache: true