chore: add credits

This commit is contained in:
Leandro Costa 2025-06-17 14:14:20 -03:00
parent 7589c04e3f
commit 8ba1608afe
2 changed files with 9 additions and 1 deletions

View file

@ -1,6 +1,6 @@
# Kaniko Action # Kaniko Action
Build OCI images using Kaniko, with the Dockerfile contents provided directly as an action input. Build OCI images using Kaniko.
## Usage ## Usage
@ -35,3 +35,8 @@ jobs:
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

View file

@ -1,6 +1,9 @@
--- ---
name: Forgejo Kaniko name: Forgejo Kaniko
description: Build a container image using Kaniko description: Build a container image using Kaniko
branding:
icon: anchor
color: blue
inputs: inputs:
dockerfile: dockerfile:
description: The Dockerfile to pass to Kaniko description: The Dockerfile to pass to Kaniko