Skip to content

Commit 44b27aa

Browse files
committed
fix: secrets' name
1 parent 7bc5629 commit 44b27aa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ jobs:
2727
name: Login to DockerHub
2828
uses: docker/login-action@v1
2929
with:
30-
username: ${{ secrets.DOCKER_USERNAME }}
31-
password: ${{ secrets.DOCKER_PASSWORD }}
30+
username: ${{ secrets.DOCKERHUB_USERNAME }}
31+
password: ${{ secrets.DOCKERHUB_PASSWORD }}
3232
-
3333
name: Build and push
3434
uses: docker/build-push-action@v2

0 commit comments

Comments
 (0)