Skip to content

Commit e27cd24

Browse files
committed
Fix typo in CI workflow
1 parent be504fd commit e27cd24

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/push.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,8 @@ jobs:
121121
- uses: docker/login-action@v1
122122
if: startsWith(github.ref, 'refs/tags/')
123123
with:
124-
username: ${{ secrets.DOCKERHUB_USERNAME }}
125-
password: ${{ secrets.DOCKERHUB_PASSWORD }}
124+
username: ${{ secrets.DOCKER_USERNAME }}
125+
password: ${{ secrets.DOCKER_PASSWORD }}
126126
- uses: docker/build-push-action@v2
127127
with:
128128
push: startsWith(github.ref, 'refs/tags/')
@@ -217,8 +217,8 @@ jobs:
217217
- uses: docker/login-action@v1
218218
if: startsWith(github.ref, 'refs/tags/')
219219
with:
220-
username: ${{ secrets.DOCKERHUB_USERNAME }}
221-
password: ${{ secrets.DOCKERHUB_PASSWORD }}
220+
username: ${{ secrets.DOCKER_USERNAME }}
221+
password: ${{ secrets.DOCKER_PASSWORD }}
222222
- uses: docker/build-push-action@v2
223223
with:
224224
context: ./smoke

0 commit comments

Comments
 (0)