Apply htpasswd-style template to cron.yaml (keep original schedule)

This commit is contained in:
2026-06-13 15:56:48 -04:00
parent 57cdf89c21
commit e72c5f4353
+3
View File
@@ -1,7 +1,9 @@
name: Nightly Rebuild
on:
schedule:
- cron: '0 0 * * *'
jobs:
hadolint:
runs-on: ubuntu-latest
@@ -11,6 +13,7 @@ jobs:
- uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 # v3.3.0
with:
dockerfile: Dockerfile
build-push:
runs-on: ubuntu-latest
steps: