Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix image build using same artifact name #390

Merged
merged 1 commit into from
Nov 22, 2024
Merged

fix image build using same artifact name #390

merged 1 commit into from
Nov 22, 2024

Conversation

eguzki
Copy link
Contributor

@eguzki eguzki commented Nov 21, 2024

As part of actions/upload-artifact@v4, you are not able to upload to the same Artifact multiple times.

actions/upload-artifact#480

The error when trying to upload artifact

Error: Failed to CreateArtifact: Received non-retryable error: Failed request: (409) Conflict: an artifact with this name already exists on the workflow run

The artifacts created with the changes here

Screenshot 2024-11-22 at 00-03-29 Build Image · Kuadrant_limitador@ad872b0

@eguzki eguzki requested a review from KevFan November 21, 2024 22:30
@eguzki eguzki marked this pull request as ready for review November 21, 2024 22:36
@eguzki eguzki marked this pull request as draft November 21, 2024 23:22
Signed-off-by: Eguzki Astiz Lezaun <[email protected]>
@eguzki eguzki marked this pull request as ready for review November 21, 2024 23:59
@eguzki eguzki merged commit 6acb381 into main Nov 22, 2024
13 checks passed
@eguzki eguzki deleted the fix-image-build branch November 22, 2024 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants