Add full image name for cosign

This commit is contained in:
2023-07-23 22:33:29 -04:00
parent e6de8d1f7d
commit 727d1b8b18

View File

@@ -68,4 +68,4 @@ build:
buildah push $FULL_IMAGE_NAME:$TAG buildah push $FULL_IMAGE_NAME:$TAG
done done
- IMAGE_DIGEST=$(skopeo inspect --format='{{.Digest}}' docker://$FULL_IMAGE_NAME:$TAGS) - IMAGE_DIGEST=$(skopeo inspect --format='{{.Digest}}' docker://$FULL_IMAGE_NAME:$TAGS)
- cosign sign $IMAGE_DIGEST - cosign sign $FULL_IMAGE_NAME@$IMAGE_DIGEST