Skip to content

Commit b61e89a

Browse files
committed
Fix secrets name
1 parent a3bf922 commit b61e89a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-push-image.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- name: Login to DockerHub
2323
uses: docker/login-action@v1
2424
with:
25-
username: ${{ secrets.DOCKERHUB_USERNAME }}
26-
password: ${{ secrets.DOCKERHUB_TOKEN }}
25+
username: ${{ secrets.DOCKER_USERNAME }}
26+
password: ${{ secrets.DOCKER_TOKEN }}
2727

2828
- name: Build and push
2929
id: docker_build

0 commit comments

Comments
 (0)