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

Add PLATFORM_PAIR suffix to distinguish between platform specific digest artifacts #86

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

tillkuhn
Copy link
Member

As of upload-artifact@v4, artifact names must be unique (and must NOT contain a slash), see https://github.com/actions/upload-artifact?tab=readme-ov-file#breaking-changes.

Workflow code has been updated according to the official example https://docs.docker.com/build/ci/github-actions/multi-platform/, using the variable PLATFORM_PAIR to distinguish between the platform specific digest artifacts, which can be merged later according to the common pattern prefix.

Failed Pipeline: https://github.com/dbschenker/vaultpal/actions/runs/11380710907/job/31660558004#step:10:33

@tillkuhn tillkuhn requested a review from pschulten October 17, 2024 09:26
Copy link
Member

@pschulten pschulten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I feel your frustration

@pschulten pschulten merged commit 6ff6aa1 into main Oct 17, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants