Skip to content

Commit

Permalink
re-enable the weekly image builds cron (#505)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschlick authored Jan 8, 2025
1 parent 4807f98 commit 8d65a12
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/action_publish-images-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ on:
workflow_dispatch:
release:
types: [released]
# Commenting out until 3.x is launched
# schedule:
# - cron: '0 8 * * 2'
schedule:
- cron: '0 8 * * 2'

jobs:
build-production-images:
Expand All @@ -15,4 +14,4 @@ jobs:
registry-repositories: "docker.io/serversideup/php,ghcr.io/serversideup/php"
tag-prefix: ''
release-type: "latest"
secrets: inherit
secrets: inherit

0 comments on commit 8d65a12

Please sign in to comment.