diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 4597e534..01109b32 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -48,7 +48,6 @@ jobs: MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }} - name: Login to GHCR - if: github.event_name == 'workflow_call' && github.event.inputs.images != '' uses: docker/login-action@v2 with: registry: ghcr.io @@ -56,7 +55,6 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Push Docker image to GHCR - if: github.event_name == 'workflow_call' && github.event.inputs.images != '' run: | for name in ${{ inputs.images }} do