We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72f6baf + 401da42 commit 6d30aa7Copy full SHA for 6d30aa7
1 file changed
.github/workflows/build-and-release.yaml
@@ -21,8 +21,11 @@ jobs:
21
- name: Login to Docker Hub
22
uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3.7.0
23
with:
24
- username: dockerbuildbot
25
- password: ${{ secrets.DOCKERBUILDBOT_READ_PAT }}
+ # Stopgap: DOCKERBUILDBOT_READ_PAT is not yet shared with docker/envoy.
+ # 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 }}
29
30
- name: Set up Docker Buildx
31
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # v3.12.0
0 commit comments