Compare commits

..

1 commit

Author SHA1 Message Date
69c1e7d1e5 chore: rename action 2025-06-17 13:51:39 -03:00

View file

@ -29,14 +29,9 @@ jobs:
cowsay: cowsay:
runs-on: docker runs-on: docker
steps: steps:
- uses: https://github.com/leandro-costa-oliveira/forgejo-kaniko-action@v2 - uses: https://git.kabelsalat.ch/s3lph/forgejo-kaniko-action@v1
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