File tree Expand file tree Collapse file tree 3 files changed +9
-5
lines changed
Expand file tree Collapse file tree 3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 44 schedule :
55 - cron : " 0 10 * * *"
66 push :
7- branches :
8- - " ** "
7+ branches-ignore :
8+ - main
99 tags :
1010 - " v*.*.*"
1111 pull_request :
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ name: lint
33on :
44 pull_request :
55 push :
6- branches :
7- - ' ! main'
6+ branches-ignore :
7+ - main
88
99jobs :
1010 lint :
Original file line number Diff line number Diff line change 77
88jobs :
99 build-release :
10- uses : geokrety/geokrety-gha-workflows/.github/workflows/release.yml@main
10+ uses : geokrety/geokrety-gha-workflows/.github/workflows/release-with-docker.yml@main
11+ with :
12+ image_name : geokrety/cron
13+ dockerhub_username : ${{ vars.DOCKERHUB_USERNAME }}
1114 secrets :
1215 GH_TOKEN : ${{ secrets.GH_TOKEN }}
16+ dockerhub_token : ${{ secrets.DOCKERHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments