diff --git a/README.md b/README.md index 534b843..00586f4 100644 --- a/README.md +++ b/README.md @@ -29,14 +29,9 @@ jobs: cowsay: runs-on: docker steps: - - uses: https://github.com/leandro-costa-oliveira/forgejo-kaniko-action@v2 + - uses: https://git.kabelsalat.ch/s3lph/forgejo-kaniko-action@v1 with: image: my-user/test-image:latest,my-user/test-image:${{ github.sha }} username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASSWORD }} ``` - -### Credits - -Original creator of the action v1: -https://git.kabelsalat.ch/s3lph/forgejo-kaniko-action