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
2 changed files with 7 additions and 2 deletions

View file

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

View file

@ -1,5 +1,5 @@
---
name: Kaniko
name: Forgejo Kaniko
description: Build a container image using Kaniko
inputs:
dockerfile: