v1.10.8
Patch Changes
-
#311
323854c
- Fix Docker artifact naming to match NPM pattern for consistent artifact resolutionChanged Docker artifact naming from
docker-image-{SHA}
todocker-image-{VERSION}
to match the NPM artifact pattern. This ensures the determine-artifact.sh script can find Docker artifacts using the same logic as NPM artifacts, eliminating the need for conditional logic based on artifact type.