diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 08f93a95a8..513b6fb8ee 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -113,7 +113,7 @@ jobs: commit_hash=${{ env.git_commit_hash }} commit_date=${{ env.git_commit_date }} - name: Sign the published image - if: github.event_name != 'pull_request' + if: ${{ false }} # github.event_name != 'pull_request' env: COSIGN_EXPERIMENTAL: "true" run: cosign sign ${{ steps.meta.outputs.tags }}@${{ diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml.disabled similarity index 100% rename from .github/workflows/update.yml rename to .github/workflows/update.yml.disabled