chore: add credits
This commit is contained in:
parent
7589c04e3f
commit
8ba1608afe
2 changed files with 9 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
# Kaniko Action
|
||||
|
||||
Build OCI images using Kaniko, with the Dockerfile contents provided directly as an action input.
|
||||
Build OCI images using Kaniko.
|
||||
|
||||
## Usage
|
||||
|
||||
|
@ -35,3 +35,8 @@ jobs:
|
|||
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
```
|
||||
|
||||
### Credits
|
||||
|
||||
Original creator of the action v1:
|
||||
https://git.kabelsalat.ch/s3lph/forgejo-kaniko-action
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
---
|
||||
name: Forgejo Kaniko
|
||||
description: Build a container image using Kaniko
|
||||
branding:
|
||||
icon: anchor
|
||||
color: blue
|
||||
inputs:
|
||||
dockerfile:
|
||||
description: The Dockerfile to pass to Kaniko
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue