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

This commit is contained in:
2024-08-01 22:15:39 +02:00
parent 2c3c115517
commit 2304d88224

View File

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