diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 396cde3..e68e01c 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -102,7 +102,7 @@ jobs: password: ${{ secrets.QUAY_TOKEN }} - name: Login to GitHub Container Registry - if: ngithub.event_name != 'pull_request' + if: github.event_name != 'pull_request' uses: docker/login-action@v1 with: registry: ghcr.io