diff --git a/.github/workflows/build-test-and-deploy.yml b/.github/workflows/build-test-and-deploy.yml index 57803800c1..060ce14d69 100644 --- a/.github/workflows/build-test-and-deploy.yml +++ b/.github/workflows/build-test-and-deploy.yml @@ -29,7 +29,6 @@ jobs: - name: Login to DockerHub uses: docker/login-action@v1 - if: ${{ github.repository_owner == 'thecodingmachine' }} with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} @@ -90,7 +89,6 @@ jobs: - name: Login to DockerHub uses: docker/login-action@v1 - if: ${{ github.repository_owner == 'thecodingmachine' }} with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} @@ -151,7 +149,6 @@ jobs: - name: Login to DockerHub uses: docker/login-action@v1 - if: ${{ github.repository_owner == 'thecodingmachine' }} with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} @@ -212,7 +209,6 @@ jobs: - name: Login to DockerHub uses: docker/login-action@v1 - if: ${{ github.repository_owner == 'thecodingmachine' }} with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} @@ -269,7 +265,6 @@ jobs: - name: Login to DockerHub uses: docker/login-action@v1 - if: ${{ github.repository_owner == 'thecodingmachine' }} with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} @@ -325,7 +320,6 @@ jobs: - name: Login to DockerHub uses: docker/login-action@v1 - if: ${{ github.repository_owner == 'thecodingmachine' }} with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} @@ -384,7 +378,6 @@ jobs: - name: Login to DockerHub uses: docker/login-action@v1 - if: ${{ github.repository_owner == 'thecodingmachine' }} with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} @@ -445,7 +438,6 @@ jobs: - name: Login to DockerHub uses: docker/login-action@v1 - if: ${{ github.repository_owner == 'thecodingmachine' }} with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }}