try gitea action
Some checks failed
/ build (push) Failing after 18s

This commit is contained in:
2024-08-01 22:08:38 +02:00
parent 2798b4f3bd
commit 64191136a2

View File

@ -21,5 +21,8 @@ jobs:
key: ${{ runner.os }}-resources
- name: Build
run: hugo --minify
- uses: https://gitea.okami101.io/okami101/docker-action/.gitea/workflows/push-image@d2f8e211e13fbccfa7cc15efeeb4175bd7015027
- uses: https://gitea.okami101.io/okami101/docker-action@main
#if: startsWith(github.ref, 'refs/tags/v')
with:
username: ${{ vars.CONTAINER_REGISTRY_USERNAME }}
password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}