diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 88311109..f81a72b2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -163,7 +163,7 @@ jobs: # Setup docker to build and push images - name: Log in to the Container registry - #if: ${{ startsWith(github.ref, 'test') }} + # if: ${{ startsWith(github.ref, 'test') }} uses: docker/login-action@v1 with: registry: ${{ env.REGISTRY }}