try gitea action
All checks were successful
/ build (push) Successful in 36s

This commit is contained in:
2024-08-03 11:59:15 +02:00
parent c57c660f9f
commit 4789bb5c03

View File

@ -21,7 +21,7 @@ jobs:
extended: true extended: true
- name: Build - name: Build
run: hugo --minify run: hugo --minify
- uses: https://gitea.okami101.io/okami101/docker-action@main - uses: https://gitea.okami101.io/okami101/docker-action/docker@main
if: startsWith(github.ref, 'refs/tags/v') # if: startsWith(github.ref, 'refs/tags/v')
with: with:
password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }} password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}