Skip to content
This repository was archived by the owner on Jun 16, 2026. It is now read-only.

Commit 6d30aa7

Browse files
authored
Merge pull request #10 from docker/ci/dockerhub-publicbot-stopgap
ci: use dockerpublicbot PAT for Docker Hub login (stopgap)
2 parents 72f6baf + 401da42 commit 6d30aa7

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build-and-release.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@ jobs:
2121
- name: Login to Docker Hub
2222
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
2323
with:
24-
username: dockerbuildbot
25-
password: ${{ secrets.DOCKERBUILDBOT_READ_PAT }}
24+
# Stopgap: DOCKERBUILDBOT_READ_PAT is not yet shared with docker/envoy.
25+
# dockerpublicbot's read PAT is already available as an org secret here.
26+
# Revert to dockerbuildbot once the org secret access is granted.
27+
username: dockerpublicbot
28+
password: ${{ secrets.DOCKERPUBLICBOT_READ_PAT }}
2629

2730
- name: Set up Docker Buildx
2831
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0

0 commit comments

Comments
 (0)