Skip to content
This repository was archived by the owner on Nov 14, 2025. It is now read-only.

v1.10.8

Choose a tag to compare

@sapientpants sapientpants released this 11 Oct 12:05

Patch Changes

  • #311 323854c - Fix Docker artifact naming to match NPM pattern for consistent artifact resolution

    Changed Docker artifact naming from docker-image-{SHA} to docker-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.