diff --git a/.gitea/workflows/ci-cd.yml b/.gitea/workflows/ci-cd.yml index 79ca510..26d87b9 100644 --- a/.gitea/workflows/ci-cd.yml +++ b/.gitea/workflows/ci-cd.yml @@ -147,7 +147,7 @@ jobs: sudo mv oras /usr/local/bin/ # Get the image digest from the build step - IMAGE_DIGEST="${{ steps.build.outputs.image-digest }}" + IMAGE_DIGEST="${{ steps.build.outputs.digest }}" # Attach SBOM to the specific image digest oras attach ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}@${IMAGE_DIGEST} \