diff --git a/.changeset/gpu-info-not-private.md b/.changeset/gpu-info-not-private.md new file mode 100644 index 0000000..b78cf2a --- /dev/null +++ b/.changeset/gpu-info-not-private.md @@ -0,0 +1,5 @@ +--- +"@platforma-open/milaboratories.gpu-test.gpu-info": patch +--- + +Drop `private` from the software package so CI pushes its docker image again. `pl-pkg` gates auto-push on `!isPrivate`, so the image was built and referenced in the entrypoint descriptor but never uploaded. diff --git a/software/gpu-info/package.json b/software/gpu-info/package.json index 2f2b0ca..cede801 100644 --- a/software/gpu-info/package.json +++ b/software/gpu-info/package.json @@ -1,7 +1,6 @@ { "name": "@platforma-open/milaboratories.gpu-test.gpu-info", "version": "3.0.2", - "private": true, "description": "GPU detection and info reporting", "files": [ "./dist/**/*"