diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 993cc184..fb870372 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -58,7 +58,7 @@ jobs: overwrite: true - name: Log in to the Container registry - if: github.event_name != 'pull_request' + if: false uses: docker/login-action@v2.0.0 with: registry: ${{ env.REGISTRY }} @@ -66,7 +66,7 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Docker Build and push (server) - if: github.event_name != 'pull_request' + if: false uses: docker/build-push-action@v3.0.0 with: context: ./docker