mirror of
https://github.com/atmoz/sftp.git
synced 2024-11-17 12:51:33 -05:00
Fix indentation
This commit is contained in:
parent
7493f162dc
commit
0c673aeda3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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'
|
||||||
|
|
Loading…
Reference in a new issue