From 7589c04e3ff19acf05214ceb811743427e0466b9 Mon Sep 17 00:00:00 2001 From: Leandro Costa Date: Tue, 17 Jun 2025 13:51:39 -0300 Subject: [PATCH] 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: