From 0c673aeda3c4b106912363c18341a1086e06b87b Mon Sep 17 00:00:00 2001 From: Adrian Dvergsdal Date: Fri, 17 Jul 2020 16:33:54 +0200 Subject: [PATCH] Fix indentation --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2807006..c38aab0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -61,7 +61,7 @@ jobs: echo "${{ secrets.DOCKER_HUB_PASSWORD }}" | docker login \ -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 if: github.event_name != 'pull_request' && github.ref == 'refs/heads/master'