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