From 7589c04e3ff19acf05214ceb811743427e0466b9 Mon Sep 17 00:00:00 2001 From: Leandro Costa Date: Tue, 17 Jun 2025 13:51:39 -0300 Subject: [PATCH 1/2] chore: rename action --- README.md | 2 +- action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 00586f4..ca5fbd8 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ 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 }} diff --git a/action.yml b/action.yml index ccccb16..45de604 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,5 @@ --- -name: Kaniko +name: Forgejo Kaniko description: Build a container image using Kaniko inputs: dockerfile: From b5ec4d34f4f90cd2b68ad1055a10563d384d9390 Mon Sep 17 00:00:00 2001 From: Leandro Costa Date: Tue, 17 Jun 2025 14:14:20 -0300 Subject: [PATCH 2/2] chore: add credits --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ca5fbd8..534b843 100644 --- a/README.md +++ b/README.md @@ -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