0
0
Fork 0
mirror of https://github.com/atmoz/sftp.git synced 2024-11-17 12:51:33 -05:00

Fix indentation

This commit is contained in:
Adrian Dvergsdal 2020-07-17 16:33:54 +02:00
parent 7493f162dc
commit 0c673aeda3
No known key found for this signature in database
GPG key ID: C1E9E2D9552A42D2

View file

@ -61,7 +61,7 @@ jobs:
echo "${{ secrets.DOCKER_HUB_PASSWORD }}" | docker login \ echo "${{ secrets.DOCKER_HUB_PASSWORD }}" | docker login \
-u ${{ secrets.DOCKER_HUB_USERNAME }} --password-stdin -u ${{ secrets.DOCKER_HUB_USERNAME }} --password-stdin
docker push $IMAGE_NAME # no tags specified to include all tags docker push $IMAGE_NAME # no tags specified to include all tags
- name: Push images to GitHub registry - name: Push images to GitHub registry
if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master' if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master'