Update .gitea/workflows/pipeline.yml
All checks were successful
Build and Push foundryvtt Docker Image / check-for-changes (push) Successful in 5s
Build and Push foundryvtt Docker Image / build (push) Successful in 30s
Build and Push foundryvtt Docker Image / generate-changelogs (push) Successful in 6s
Build and Push foundryvtt Docker Image / generate-build-info (push) Successful in 6s

This commit is contained in:
2025-12-14 05:23:01 -08:00
parent cee41d4a6f
commit 897483a135

View File

@@ -12,7 +12,7 @@ on:
- '!**/CHANGES.md'
- '!**/build-info.json'
schedule:
- cron: '15 1 * * 0'
- cron: '15 13 * * 0'
env:
IMAGE_REGISTRY: ${{ secrets.REPO_URL }}