Compare commits
2 commits
69c1e7d1e5
...
b5ec4d34f4
Author | SHA1 | Date | |
---|---|---|---|
b5ec4d34f4 | |||
7589c04e3f |
2 changed files with 7 additions and 2 deletions
|
@ -29,9 +29,14 @@ 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 }}
|
||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||
```
|
||||
|
||||
### Credits
|
||||
|
||||
Original creator of the action v1:
|
||||
https://git.kabelsalat.ch/s3lph/forgejo-kaniko-action
|
||||
|
|
|
@ -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