Skip to content

Commit 7fdb650

Browse files
authored
Merge pull request docker#381 from docker/promote-release
fix(ci): use secrets.ORG_ACCESS_TOKEN
2 parents b13c32e + 51c8459 commit 7fdb650

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/promote-to-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
2424
- name: Log in to DockerHub
2525
env:
26-
DOCKERHUB_USERNAME: ${{ vars.DOCKERBUILDBOT_USERNAME }}
27-
DOCKERHUB_TOKEN: ${{ secrets.DOCKERBUILDBOT_WRITE_PAT }}
26+
DOCKERHUB_USERNAME: "docker"
27+
DOCKERHUB_TOKEN: ${{ secrets.ORG_ACCESS_TOKEN }}
2828
run: crane auth login index.docker.io -u "$DOCKERHUB_USERNAME" -p "$DOCKERHUB_TOKEN"
2929

3030
- name: Promote CPU images

0 commit comments

Comments
 (0)