Update .gitea/workflows/actions.yaml
Some checks failed
build-image / Parse tag from upstream metadata (push) Failing after 2s
build-image / Container image (push) Has been skipped

This commit is contained in:
2026-01-08 00:03:11 +00:00
parent bee0164802
commit a88c1ec9a9

View File

@@ -1,5 +1,8 @@
name: build-image
on: [push]
on:
push:
schedule:
- cron: '@monthly'
jobs:
parse_tag: