build
All checks were successful
/ build (push) Successful in 1m47s

This commit is contained in:
2024-08-14 16:12:09 +02:00
parent eadcddc659
commit a333928d39

View File

@ -1,5 +1,7 @@
on:
push:
branches:
- main
tags:
- "v*"
@ -20,6 +22,5 @@ jobs:
- name: Build
run: hugo --minify
- uses: https://gitea.okami101.io/okami101/actions/docker@main
if: startsWith(github.ref, 'refs/tags/v')
with:
password: ${{ secrets.CONTAINER_REGISTRY_PASSWORD }}