Skip to content

Commit f0c680e

Browse files
committed
ci(e2e): use org-owned Docker Hub credentials for e2e pushes
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
1 parent f55bd08 commit f0c680e

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/e2e.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
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 ||

0 commit comments

Comments
 (0)