Skip to content

Commit d2eaae7

Browse files
committed
rename docker ghcr.io action
1 parent 5e571b4 commit d2eaae7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-3.3dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ on:
55
branches:
66
- 3.3dev
77
workflow_dispatch:
8-
# Every week at 8am on Mondays, publish the 3.3dev branch:
8+
# Every day at 7am on Mondays, publish the 3.3dev branch.
99
# NOTE: `schedule` event is only triggered for the default branch:
1010
# https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule
1111
schedule:
12-
- cron: "0 8 * * 1"
12+
- cron: "0 7 * * *"
1313

1414
env:
1515
GIT_BRANCH: "3.3dev"

0 commit comments

Comments
 (0)