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

Use skopeo directly when copying image #126

Merged
merged 1 commit into from
Oct 31, 2024
Merged

Use skopeo directly when copying image #126

merged 1 commit into from
Oct 31, 2024

Conversation

lcarva
Copy link
Member

@lcarva lcarva commented Oct 31, 2024

The action push-to-registry is meant for pushing images present in podman/docker storage, not already in the registry.

The action push-to-registry is meant for pushing images present in
podman/docker storage, not already in the registry.

Signed-off-by: Luiz Carvalho <[email protected]>
@lcarva
Copy link
Member Author

lcarva commented Oct 31, 2024

This PR is an addition to #125 (please retroactively review that one as well).

Workflow is working from the EC-950 branch: https://github.com/enterprise-contract/infra-deployments-ci/actions/runs/11617254496/job/32352056497

Verified the image with skopeo:

$ skopeo inspect --raw docker://quay.io/enterprise-contract/ec-release-policy:latest | sha256sum
5b06819240f95f9df09912c69dcfec570761f0c1f49271ebdfd86c8a555278ba  -

$ skopeo inspect --raw docker://quay.io/enterprise-contract/ec-release-policy:konflux | sha256sum
5b06819240f95f9df09912c69dcfec570761f0c1f49271ebdfd86c8a555278ba  -

@lcarva lcarva merged commit 14691d9 into main Oct 31, 2024
2 checks passed
@lcarva lcarva deleted the EC-950 branch October 31, 2024 18:25
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