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:
|
cowsay:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: https://git.kabelsalat.ch/s3lph/forgejo-kaniko-action@v1
|
- uses: https://github.com/leandro-costa-oliveira/forgejo-kaniko-action@v2
|
||||||
with:
|
with:
|
||||||
image: my-user/test-image:latest,my-user/test-image:${{ github.sha }}
|
image: my-user/test-image:latest,my-user/test-image:${{ github.sha }}
|
||||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
name: Kaniko
|
name: Forgejo Kaniko
|
||||||
description: Build a container image using Kaniko
|
description: Build a container image using Kaniko
|
||||||
inputs:
|
inputs:
|
||||||
dockerfile:
|
dockerfile:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue