Skip to content

Commit c07a174

Browse files
committed
fix: auth
1 parent e2430ab commit c07a174

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Login to Docker Hub
3030
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d
3131
with:
32-
username: "${{ secrets.DOCKERHUB_USER }}"
32+
username: "${{ secrets.DOCKERHUB_USERNAME }}"
3333
password: "${{ secrets.DOCKERHUB_SECRET }}"
3434
- name: Build and push image to dockerhub staging registry
3535
uses: docker/build-push-action@14487ce63c7a62a4a324b0bfb37086795e31c6c1

0 commit comments

Comments
 (0)