From 8ba1608afe5dc7fb168153bd226a89ce277d9dbf Mon Sep 17 00:00:00 2001 From: Leandro Costa Date: Tue, 17 Jun 2025 14:14:20 -0300 Subject: [PATCH] chore: add credits --- README.md | 7 ++++++- action.yml | 3 +++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ca5fbd8..c3a7b04 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Kaniko Action -Build OCI images using Kaniko, with the Dockerfile contents provided directly as an action input. +Build OCI images using Kaniko. ## Usage @@ -35,3 +35,8 @@ jobs: username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASSWORD }} ``` + +### Credits + +Original creator of the action v1: +https://git.kabelsalat.ch/s3lph/forgejo-kaniko-action diff --git a/action.yml b/action.yml index 45de604..6856f9f 100644 --- a/action.yml +++ b/action.yml @@ -1,6 +1,9 @@ --- name: Forgejo Kaniko description: Build a container image using Kaniko +branding: + icon: anchor + color: blue inputs: dockerfile: description: The Dockerfile to pass to Kaniko