File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3535 -
3636 name : Docker Hub
3737 registry : ' '
38- slug : ghactionstest/ghactionstest
38+ slug : dockereng/build-push-action-test
3939 auth : dockerhub
4040 type : remote
4141 -
@@ -107,7 +107,7 @@ jobs:
107107 # GHCR uses the called workflow's GITHUB_TOKEN fallback.
108108 registry_username : >-
109109 ${{
110- matrix.auth == 'dockerhub' && secrets.DOCKERHUB_USERNAME ||
110+ matrix.auth == 'dockerhub' && vars.DOCKERPUBLICBOT_USERNAME ||
111111 matrix.auth == 'gitlab' && secrets.GITLAB_USERNAME ||
112112 matrix.auth == 'aws' && secrets.AWS_ACCESS_KEY_ID ||
113113 matrix.auth == 'gar' && secrets.GAR_USERNAME ||
@@ -118,7 +118,7 @@ jobs:
118118 }}
119119 registry_password : >-
120120 ${{
121- matrix.auth == 'dockerhub' && secrets.DOCKERHUB_TOKEN ||
121+ matrix.auth == 'dockerhub' && secrets.DOCKERPUBLICBOT_WRITE_PAT ||
122122 matrix.auth == 'gitlab' && secrets.GITLAB_TOKEN ||
123123 matrix.auth == 'aws' && secrets.AWS_SECRET_ACCESS_KEY ||
124124 matrix.auth == 'gar' && secrets.GAR_JSON_KEY ||
You can’t perform that action at this time.
0 commit comments