rename docker ghcr.io action

This commit is contained in:
Dirk Wetter
2025-06-23 20:52:14 +02:00
parent 5e571b4463
commit d2eaae79cb

View File

@ -5,11 +5,11 @@ on:
branches: branches:
- 3.3dev - 3.3dev
workflow_dispatch: workflow_dispatch:
# Every week at 8am on Mondays, publish the 3.3dev branch: # Every day at 7am on Mondays, publish the 3.3dev branch.
# NOTE: `schedule` event is only triggered for the default branch: # NOTE: `schedule` event is only triggered for the default branch:
# https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule # https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule
schedule: schedule:
- cron: "0 8 * * 1" - cron: "0 7 * * *"
env: env:
GIT_BRANCH: "3.3dev" GIT_BRANCH: "3.3dev"