File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 check-branch-protection :
88 uses : Geode-solutions/actions/.github/workflows/branch-protection.yml@master
99 with :
10- branch_from : ' develop '
10+ branch_from : ' next '
1111 branch_to : ' master'
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ name: Docker Image CD
22
33on :
44 push :
5- branches : [ master, develop ]
5+ branches : [ master, next ]
66
77jobs :
88 docker-build-squash-push :
99 uses : Geode-solutions/actions/.github/workflows/docker-build-squash-push.yml@master
1010 with :
11- image_name : ' opengeodeweb_router '
11+ image_name : ' opengeodeweb-router '
1212 tag : ${{ github.ref_name }}
1313 secrets :
1414 TOKEN : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 1+ ## Dependencies
2+
3+ Nginx: BSD-2-Clause
4+ Copyright (C) 2011-2023 Nginx, Inc.
You can’t perform that action at this time.
0 commit comments