Bug
.common-env.sh is using v<semver> instead of <semver> for the package image tag:
|
export CLP_PACKAGE_CONTAINER_IMAGE_REF="ghcr.io/y-scope/clp/clp-package:v$version" |
whereas the version which gets written to the package's VERSION file doesn't have the prefix v:
|
G_PACKAGE_VERSION: "0.5.2-dev" |
CLP version
6ff94f8
Environment
N/A
Reproduction steps
N/A
Bug
.common-env.sh is using
v<semver>instead of<semver>for the package image tag:clp/components/package-template/src/sbin/.common-env.sh
Line 24 in 6ff94f8
whereas the version which gets written to the package's
VERSIONfile doesn't have the prefixv:clp/taskfile.yaml
Line 38 in 6ff94f8
CLP version
6ff94f8
Environment
N/A
Reproduction steps
N/A