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 gh artifacts instead of registry #22

Closed
wants to merge 1 commit into from
Closed

Conversation

jsturtevant
Copy link
Owner

fixes issue with permissions to registry

Copy link

Thank you for the contribution 🚀 The debug installer cache image has been published the PR's artifacts. You can download it via the instructions at https://docs.github.com/en/actions/managing-workflow-runs/downloading-workflow-artifacts

Using gh cli download: gh run download 7025080817 -n installer-cache.tar.

Import it with docker load -i installer-cache.tar.

Copy link

Thank you for the contribution 🚀 The debug installer cache image has been published the PR's artifacts. You can download it via the instructions at https://docs.github.com/en/actions/managing-workflow-runs/downloading-workflow-artifacts

Using gh cli download: gh run download 7025064904 -n installer-cache.tar.

Import it with docker load -i installer-cache.tar.

Copy link

Thank you for the contribution 🚀 The debug installer cache image has been published the PR's artifacts. You can download it via the instructions at https://docs.github.com/en/actions/managing-workflow-runs/downloading-workflow-artifacts

Using gh cli download: gh run download 7027558063 -n installer-cache.tar.

Import it with docker load -i installer-cache.tar.

Copy link

Thank you for the contribution 🚀 The debug installer cache image has been published the PR's artifacts. You can download it via the instructions at https://docs.github.com/en/actions/managing-workflow-runs/downloading-workflow-artifacts

Using gh cli download: gh run download 7027814382 -n installer-cache.tar.

Import it with docker load -i installer-cache.tar.

Copy link

Thank you for the contribution 🚀 The debug installer cache image has been published the PR's artifacts. You can download it via the instructions at https://docs.github.com/en/actions/managing-workflow-runs/downloading-workflow-artifacts

Using gh cli download: gh run download 7036637364 -n installer-cache.tar.

Import it with docker load -i installer-cache.tar.

Copy link

github-actions bot commented Dec 1, 2023

Thank you for the contribution 🚀

The debug installer cache image has been published the PR's artifacts. You can download it via the instructions at https://docs.github.com/en/actions/managing-workflow-runs/downloading-workflow-artifacts

Using gh cli download it: gh run download 7063887074 -n installer-cache-image. Note it is a LARGE file.

Import it with docker load -i installer-cache.tar.

Copy link

github-actions bot commented Dec 1, 2023

Thank you for the contribution 🚀

The debug installer cache image has been published the PR's artifacts. You can download it via the instructions at https://docs.github.com/en/actions/managing-workflow-runs/downloading-workflow-artifacts

Using gh cli download it: gh run download 7064236971 -n installer-cache-image. Note it is a LARGE file.

Import it with docker load -i installer-cache.tar.

Copy link

github-actions bot commented Dec 1, 2023

Thank you for the contribution 🚀

The debug installer cache image has been published the PR's artifacts. You can download it via the instructions at https://docs.github.com/en/actions/managing-workflow-runs/downloading-workflow-artifacts

Using gh cli to download it: gh run download 7064750500 -n installer-cache-image. Note it is a LARGE file 🐘.

Import it with docker load -i installer-cache.tar.

@jsturtevant
Copy link
Owner Author

well this won't work, since the second build is running on linux. I tired importing with sudo ctr image import --all-platforms installer-cache.tar (docker load fails) and that worked but buildx tries to pull the image instead of using local copy. (might be able to copy an image to the "windows builder" that is created but not going to mess with that). Maybe once microsoft/Windows-Containers#34 is completed I can look to make a windows only CI.

@jsturtevant jsturtevant closed this Dec 1, 2023
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.

1 participant