Skip to content

Commit 9563e1b

Browse files
ci: use organization publisher account for docker (#470)
1 parent 5f6cb37 commit 9563e1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-latest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
tag: ${{ needs.get-version.outputs.version }}
3131
secrets:
3232
docker-username: ${{ secrets.DOCKERHUB_USERNAME }}
33-
docker-password: ${{ secrets.DOCKERHUB_TOKEN }}
33+
docker-password: ${{ secrets.DOCKERHUB_PAT }}

.github/workflows/docker-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
tag: ${{ needs.compute-staging-version.outputs.version }}
1616
secrets:
1717
docker-username: ${{ secrets.DOCKERHUB_USERNAME }}
18-
docker-password: ${{ secrets.DOCKERHUB_TOKEN }}
18+
docker-password: ${{ secrets.DOCKERHUB_PAT }}

0 commit comments

Comments
 (0)