File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -121,8 +121,8 @@ jobs:
121
121
- uses : docker/login-action@v1
122
122
if : startsWith(github.ref, 'refs/tags/')
123
123
with :
124
- username : ${{ secrets.DOCKERHUB_USERNAME }}
125
- password : ${{ secrets.DOCKERHUB_PASSWORD }}
124
+ username : ${{ secrets.DOCKER_USERNAME }}
125
+ password : ${{ secrets.DOCKER_PASSWORD }}
126
126
- uses : docker/build-push-action@v2
127
127
with :
128
128
push : startsWith(github.ref, 'refs/tags/')
@@ -217,8 +217,8 @@ jobs:
217
217
- uses : docker/login-action@v1
218
218
if : startsWith(github.ref, 'refs/tags/')
219
219
with :
220
- username : ${{ secrets.DOCKERHUB_USERNAME }}
221
- password : ${{ secrets.DOCKERHUB_PASSWORD }}
220
+ username : ${{ secrets.DOCKER_USERNAME }}
221
+ password : ${{ secrets.DOCKER_PASSWORD }}
222
222
- uses : docker/build-push-action@v2
223
223
with :
224
224
context : ./smoke
You can’t perform that action at this time.
0 commit comments