This commit is contained in:
parent
7721a0a3ff
commit
ea80f2eb04
1 changed files with 1 additions and 3 deletions
|
@ -12,7 +12,7 @@ jobs:
|
||||||
builder:
|
builder:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- uses: https://git.kabelsalat.ch/s3lph/forgejo-kaniko-action@main
|
- uses: https://git.kabelsalat.ch/s3lph/forgejo-kaniko-action@v1
|
||||||
with:
|
with:
|
||||||
dockerfile: |
|
dockerfile: |
|
||||||
FROM docker.io/library/node:18-bookworm
|
FROM docker.io/library/node:18-bookworm
|
||||||
|
@ -22,5 +22,3 @@ jobs:
|
||||||
registry: git.kabelsalat.ch
|
registry: git.kabelsalat.ch
|
||||||
username: ${{ secrets.REGISTRY_USERNAME }}
|
username: ${{ secrets.REGISTRY_USERNAME }}
|
||||||
password: ${{ secrets.REGISTRY_PASSWORD }}
|
password: ${{ secrets.REGISTRY_PASSWORD }}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue