File tree Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Expand file tree Collapse file tree 3 files changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
- name : publish
1
+ name : publish-2.7
2
2
3
3
on :
4
4
push :
31
31
with :
32
32
version : ${{ matrix.image.version }}
33
33
variant : ${{ matrix.image.variant }}
34
- tags : ${{ matrix.image.tags }}
34
+ tags : ${{ matrix.image.tags }}
35
+ secrets :
36
+ password : ${{ secrets.DOCKERHUB_TOKEN }}
Original file line number Diff line number Diff line change 1
- name : publish
1
+ name : publish-3.12
2
2
3
3
on :
4
4
push :
60
60
with :
61
61
version : ${{ matrix.image.version }}
62
62
variant : ${{ matrix.image.variant }}
63
- tags : ${{ matrix.image.tags }}
63
+ tags : ${{ matrix.image.tags }}
64
+ secrets :
65
+ password : ${{ secrets.DOCKERHUB_TOKEN }}
Original file line number Diff line number Diff line change 16
16
List of tags as key-value pair attributes.
17
17
required : false
18
18
type : string
19
+ secrets :
20
+ password :
21
+ required : true
19
22
20
23
jobs :
21
24
publish :
29
32
build-cache-key : ${{ inputs.version }}-${{ inputs.variant }}
30
33
build-digest-key : ${{ inputs.version }}-${{ inputs.variant }}
31
34
secrets :
32
- registry-password : ${{ secrets.DOCKERHUB_TOKEN }}
35
+ registry-password : ${{ secrets.password }}
You can’t perform that action at this time.
0 commit comments