Compare commits
1 commit
b5ec4d34f4
...
69c1e7d1e5
Author | SHA1 | Date | |
---|---|---|---|
69c1e7d1e5 |
1 changed files with 1 additions and 6 deletions
|
@ -29,14 +29,9 @@ jobs:
|
||||||
cowsay:
|
cowsay:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: https://github.com/leandro-costa-oliveira/forgejo-kaniko-action@v2
|
- uses: https://git.kabelsalat.ch/s3lph/forgejo-kaniko-action@v1
|
||||||
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 }}
|
||||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
```
|
```
|
||||||
|
|
||||||
### Credits
|
|
||||||
|
|
||||||
Original creator of the action v1:
|
|
||||||
https://git.kabelsalat.ch/s3lph/forgejo-kaniko-action
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue