File tree 2 files changed +6
-7
lines changed
2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 41
41
if : ${{ inputs.push }}
42
42
uses : docker/login-action@v2
43
43
with :
44
- username : ${{ secrets.DOCKERBUILDBOT_USERNAME }}
45
- password : ${{ secrets.DOCKERBUILDBOT_WRITE_PAT }}
44
+ username : ${{ secrets.DOCKERPUBLICBOT_USERNAME }}
45
+ password : ${{ secrets.DOCKERPUBLICBOT_WRITE_PAT }}
46
46
-
47
47
name : Create
48
48
run : |
Original file line number Diff line number Diff line change 59
59
if : github.event_name != 'pull_request'
60
60
uses : docker/login-action@v2
61
61
with :
62
- username : ${{ secrets.DOCKERBUILDBOT_USERNAME }}
63
- password : ${{ secrets.DOCKERBUILDBOT_WRITE_PAT }}
62
+ username : ${{ secrets.DOCKERPUBLICBOT_USERNAME }}
63
+ password : ${{ secrets.DOCKERPUBLICBOT_WRITE_PAT }}
64
64
-
65
65
name : Build
66
66
uses : docker/bake-action@v2
80
80
if : github.event_name != 'pull_request'
81
81
uses : peter-evans/dockerhub-description@v3
82
82
with :
83
- username : ${{ secrets.DOCKERBUILDBOT_USERNAME }}
84
- password : ${{ secrets.DOCKERBUILDBOT_WRITE_PAT }}
83
+ username : ${{ secrets.DOCKERPUBLICBOT_USERNAME }}
84
+ password : ${{ secrets.DOCKERPUBLICBOT_DELETE_PAT }}
85
85
repository : ${{ env.DOCKERHUB_SLUG }}
86
-
You can’t perform that action at this time.
0 commit comments