feat: tag action
All checks were successful
/ builder (push) Successful in 2m12s

This commit is contained in:
s3lph 2023-11-13 04:21:24 +01:00
parent 7721a0a3ff
commit ea80f2eb04
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -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 }}