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

This commit is contained in:
2024-08-01 22:36:07 +02:00
parent 7fefb3d53b
commit d2085e2305

View File

@ -22,7 +22,7 @@ jobs:
- 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@main
if: startsWith(github.ref, 'refs/tags/v') # if: startsWith(github.ref, 'refs/tags/v')
with: # with:
username: ${{ vars.CONTAINER_REGISTRY_USERNAME }} # username: ${{ vars.CONTAINER_REGISTRY_USERNAME }}
password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }} # password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}