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 should be fixed by using the correct platform pair var names.
- Loading branch information