This repository was archived by the owner on Nov 14, 2025. It is now read-only.
v1.10.16
Patch Changes
-
#318
08ef441- Fix race condition in artifact determination script- Add retry logic with exponential backoff to determine-artifact.sh
- Wait up to 5 attempts with increasing delays (5s, 10s, 15s, 20s, 25s)
- Fixes race condition where Publish workflow starts before Main workflow is indexed by GitHub API
- Total retry window: ~75 seconds, giving GitHub's API time to index completed workflow runs
-
#318
08ef441- Fix Docker Hub publishing for multi-platform OCI images- Extract OCI layout from tar archive
- Use
docker buildx imagetools createwithoci-layout://scheme - Properly handles multi-platform manifest lists for linux/amd64 and linux/arm64
- Fixes "unknown flag: --tag" error from incorrect buildx imagetools import syntax