chore: rename action

This commit is contained in:
Leandro Costa 2025-06-17 13:51:39 -03:00
parent e3c4b9878e
commit 7589c04e3f
2 changed files with 2 additions and 2 deletions

View file

@ -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 }}

View file

@ -1,5 +1,5 @@
---
name: Kaniko
name: Forgejo Kaniko
description: Build a container image using Kaniko
inputs:
dockerfile: