Skip to content

v1.10.8

Compare
Choose a tag to compare
@sapientpants sapientpants released this 11 Oct 12:05
· 25 commits to main since this release

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.