Skip to content

Commit 97c1608

Browse files
fix: renamed secret
1 parent 4bbcc37 commit 97c1608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-publish-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
if: startsWith(env.image, 'pdok/')
3333
uses: docker/login-action@v1
3434
with:
35-
username: ${{ secrets.DOCKERHUB_USERNAME }}
35+
username: ${{ secrets.DOCKER_USERNAME }}
3636
password: ${{ secrets.DOCKERHUB_TOKEN }}
3737
- name: Set up Docker Buildx
3838
uses: docker/setup-buildx-action@v1

0 commit comments

Comments
 (0)