File tree Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Expand file tree Collapse file tree 4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 46
46
if : ${{ steps.git-diff.outputs.diff == 'true' }}
47
47
uses : coatl-dev/actions/pr-create@v3
48
48
with :
49
- gh-token : ${{ secrets.COATL_BOT_GH_TOKEN }}
49
+ gh-token : ${{ secrets.COATL_BOT_GH_TOKEN }}
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ name: publish-2.7
2
2
3
3
on :
4
4
push :
5
- branches :
5
+ branches :
6
6
- ' coatl'
7
- paths :
7
+ paths :
8
8
- ' .github/workflows/publish-2.7.yml'
9
9
- ' 2.7/**'
10
10
schedule :
11
- - cron : ' 0 8 28 * *'
11
+ - cron : ' 0 8 28 * *'
12
12
13
13
jobs :
14
14
publish :
35
35
tags : ${{ matrix.image.tags }}
36
36
username : ${{ vars.DOCKERHUB_USERNAME }}
37
37
secrets :
38
- password : ${{ secrets.DOCKERHUB_TOKEN }}
38
+ password : ${{ secrets.DOCKERHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ name: publish-3.12
2
2
3
3
on :
4
4
push :
5
- branches :
5
+ branches :
6
6
- ' coatl'
7
- paths :
7
+ paths :
8
8
- ' .github/workflows/publish-3.12.yml'
9
9
- ' 3.12/**'
10
10
schedule :
11
- - cron : ' 0 20 14,28 * *'
11
+ - cron : ' 0 20 14,28 * *'
12
12
13
13
jobs :
14
14
tagger :
64
64
tags : ${{ matrix.image.tags }}
65
65
username : ${{ vars.DOCKERHUB_USERNAME }}
66
66
secrets :
67
- password : ${{ secrets.DOCKERHUB_TOKEN }}
67
+ password : ${{ secrets.DOCKERHUB_TOKEN }}
Original file line number Diff line number Diff line change 44
44
build-cache-key : ${{ inputs.version }}-${{ inputs.variant }}
45
45
build-digest-key : ${{ inputs.version }}-${{ inputs.variant }}
46
46
secrets :
47
- registry-password : ${{ secrets.password }}
47
+ registry-password : ${{ secrets.password }}
You can’t perform that action at this time.
0 commit comments