We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98064aa commit dc80ea7Copy full SHA for dc80ea7
1 file changed
.github/workflows/main.yml
@@ -143,7 +143,7 @@ jobs:
143
uses: fifsky/ssh-action@master
144
with:
145
command: |
146
- docker login -u ${{ secrets.DOCKERHUB_USER_NAME }} -p ${{ secrets.DOCKERHUB_PASSWORD }} hub.docker.com | ls -a
+ docker login -u ${{ secrets.DOCKERHUB_USER_NAME }} -p ${{ secrets.DOCKERHUB_PASSWORD }} hub.docker.com
147
host: ${{ secrets.SPRINT_SERVER }}
148
user: ${{ secrets.DOCKERHUB_USER_NAME }}
149
key: ${{ secrets.SPRINT_DEPLOY_SSH_KEY }}
0 commit comments