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: