Skip to content

Commit e7fe097

Browse files
authored
Fixed Dockerhub secrets name
1 parent 6dd47e5 commit e7fe097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
uses: docker/login-action@v1
4949
with:
5050
registry: ${{ env.REGISTRY }}
51-
username: ${{ github.DOCKERHUB_USER }}
51+
username: ${{ secrets.DOCKERHUB_USER }}
5252
password: ${{ secrets.DOCKERHUB_PASS }}
5353

5454
# Extract metadata (tags, labels) for Docker

0 commit comments

Comments
 (0)