We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b13c32e + 51c8459 commit 7fdb650Copy full SHA for 7fdb650
.github/workflows/promote-to-latest.yml
@@ -23,8 +23,8 @@ jobs:
23
24
- name: Log in to DockerHub
25
env:
26
- DOCKERHUB_USERNAME: ${{ vars.DOCKERBUILDBOT_USERNAME }}
27
- DOCKERHUB_TOKEN: ${{ secrets.DOCKERBUILDBOT_WRITE_PAT }}
+ DOCKERHUB_USERNAME: "docker"
+ DOCKERHUB_TOKEN: ${{ secrets.ORG_ACCESS_TOKEN }}
28
run: crane auth login index.docker.io -u "$DOCKERHUB_USERNAME" -p "$DOCKERHUB_TOKEN"
29
30
- name: Promote CPU images
0 commit comments