diff --git a/.github/workflows/default-workspace-docker-image.yml b/.github/workflows/default-workspace-docker-image.yml index 69fade1..d762ea7 100644 --- a/.github/workflows/default-workspace-docker-image.yml +++ b/.github/workflows/default-workspace-docker-image.yml @@ -40,12 +40,3 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - - - - name: Generate artifact attestation - uses: actions/attest-build-provenance@v1 - with: - subject-name: bluefog/desk - subject-digest: ${{ steps.push.outputs.digest }} - push-to-registry: true -