chore: rename action
This commit is contained in:
parent
e3c4b9878e
commit
7589c04e3f
2 changed files with 2 additions and 2 deletions
|
@ -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 }}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
name: Kaniko
|
||||
name: Forgejo Kaniko
|
||||
description: Build a container image using Kaniko
|
||||
inputs:
|
||||
dockerfile:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue