Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid name colision when uploading artifact
We're seeing the following error when building multi-platform images during upload artifact step: """ Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run """ This PR fixes the issue by adding a built-in matrix enumeration to the artifact name. Context: actions/upload-artifact#480
- Loading branch information