diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c15944b..f19df50 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,7 +26,7 @@ jobs: uses: docker/setup-buildx-action@v3 - name: Log into GitHub Container Registry - # if: github.event_name != 'pull_request' + if: github.event_name != 'pull_request' uses: docker/login-action@v3 with: registry: ghcr.io @@ -39,8 +39,7 @@ jobs: with: context: . file: ./ncs/Dockerfile - # push: ${{ github.event_name != 'pull_request' }} - push: true + push: ${{ github.event_name != 'pull_request' }} platforms: linux/amd64 provenance: false tags: ghcr.io/${{ github.repository_owner }}/ncs:${{ matrix.sdk }}SDK