Compare commits

..

2 commits

Author SHA1 Message Date
b5ec4d34f4 chore: add credits 2025-06-17 14:14:20 -03:00
7589c04e3f chore: rename action 2025-06-17 14:13:46 -03:00

View file

@ -29,9 +29,14 @@ jobs:
cowsay: cowsay:
runs-on: docker runs-on: docker
steps: steps:
- uses: https://git.kabelsalat.ch/s3lph/forgejo-kaniko-action@v1 - uses: https://github.com/leandro-costa-oliveira/forgejo-kaniko-action@v2
with: with:
image: my-user/test-image:latest,my-user/test-image:${{ github.sha }} image: my-user/test-image:latest,my-user/test-image:${{ github.sha }}
username: ${{ secrets.REGISTRY_USERNAME }} username: ${{ secrets.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_PASSWORD }} password: ${{ secrets.REGISTRY_PASSWORD }}
``` ```
### Credits
Original creator of the action v1:
https://git.kabelsalat.ch/s3lph/forgejo-kaniko-action