Skip to content

Commit 61ab278

Browse files
committed
fix: changed secrets name
1 parent c125433 commit 61ab278

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dockerimage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ jobs:
1919
name: Login to DockerHub
2020
uses: docker/login-action@v2
2121
with:
22-
username: ${{ secrets.DOCKERHUB_USERNAME }}
23-
password: ${{ secrets.PASSWORD }}
22+
username: ${{ secrets.DOCKER_USERNAME }}
23+
password: ${{ secrets.DOCKER_PASSWORD }}
2424
-
2525
name: Build and push
2626
uses: docker/build-push-action@v3

0 commit comments

Comments
 (0)