diff --git a/.github/workflows/image.yaml b/.github/workflows/image.yaml index 13a88e2..d5edad8 100644 --- a/.github/workflows/image.yaml +++ b/.github/workflows/image.yaml @@ -45,6 +45,7 @@ jobs: - name: Build image and push to GitHub Container Registry uses: docker/build-push-action@v3 + id: push with: push: true platforms: linux/arm64,linux/amd64,linux/s390x @@ -83,4 +84,4 @@ jobs: env: COSIGN_REPOSITORY: ghcr.io/kyverno/sbom run: | - cosign attach sbom --sbom ./policy-reporter-kyverno-plugin-bom.cdx.json --type cyclonedx ghcr.io/kyverno/policy-reporter-kyverno-plugin@${{ steps.push.outputs.digest }} \ No newline at end of file + cosign attach sbom --sbom ./policy-reporter-kyverno-plugin-bom.cdx.json --type cyclonedx ghcr.io/kyverno/policy-reporter-kyverno-plugin@${{ steps.push.outputs.digest }}