diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index feb831e..a1b7709 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -68,7 +68,6 @@ jobs: uses: actions/checkout@master - name: Log into registry - if: github.ref == 'refs/heads/main' uses: docker/login-action@49ed152c8eca782a232dede0303416e8f356c37b with: registry: docker.io @@ -77,7 +76,6 @@ jobs: - name: Build and push Docker image - if: github.ref == 'refs/heads/main' id: build-and-push uses: docker/build-push-action@e551b19e49efd4e98792db7592c17c09b89db8d8 with: