mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-06 12:02:59 +02:00
rename docker ghcr.io action
This commit is contained in:
4
.github/workflows/docker-3.3dev.yml
vendored
4
.github/workflows/docker-3.3dev.yml
vendored
@ -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"
|
||||||
|
Reference in New Issue
Block a user