Skip to content

Commit c000f42

Browse files
authored
Merge pull request #819 from benbrummer/debian
Rename secret
2 parents f897dc3 + c348f92 commit c000f42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-image-debian.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
uses: docker/login-action@v3
9090
with:
9191
username: ${{ secrets.DOCKERHUB_USERNAME }}
92-
password: ${{ secrets.DOCKERHUB_TOKEN }}
92+
password: ${{ secrets.DOCKERHUB_PASSWORD }}
9393

9494
- name: Set up Docker Buildx
9595
uses: docker/setup-buildx-action@v3

.github/workflows/publish-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
uses: docker/login-action@v3
109109
with:
110110
username: ${{ secrets.DOCKERHUB_USERNAME }}
111-
password: ${{ secrets.DOCKERHUB_TOKEN }}
111+
password: ${{ secrets.DOCKERHUB_PASSWORD }}
112112

113113
- name: Set up Docker Buildx
114114
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)