test
All checks were successful
Gitea Actions Demo / build (push) Successful in 58s

This commit is contained in:
Pierre-Arthur Mathieu 2025-03-09 17:46:25 +01:00
parent a0e5428bf7
commit c578328ed9

View File

@ -22,7 +22,7 @@ jobs:
- name: Build docker image - name: Build docker image
uses: aevea/action-kaniko@master uses: aevea/action-kaniko@master
with: with:
registry: "git.plop.in:80" registry: "git.plop.in"
image: admin/test image: admin/test
username: admin username: admin
password: ${{ secrets.PAT_TOKEN }} password: ${{ secrets.PAT_TOKEN }}