When uploading a tar.gz file from GitHub Actions to GitHub Packages, which registry do you upload it to? #146640
Replies: 5 comments 1 reply
-
Hi did you manage to find a way to upload to GitHub Packages ? This docu page just says There's currently no API for publishing packages. |
Beta Was this translation helpful? Give feedback.
-
You can upload your tar.gz file to GitHub Packages using the GitHub Container Registry (ghcr.io) or GitHub Releases, depending on your use case: GitHub Packages (ghcr.io) – Best for storing artifacts Authenticate using gh auth login. Use gh release create .tar.gz --repo <owner/repo>. |
Beta Was this translation helpful? Give feedback.
-
"You can upload your .tar.gz file to GitHub Packages using the GitHub Container Registry (ghcr.io) or the GitHub Packages Maven/NPM registry, depending on your use case. For a generic package (like a .tar.gz file), you can use the GitHub Packages Maven registry: Authenticate with GitHub Packages in your GitHub Actions workflow using: yaml
yaml
Let me know if you need a full workflow example!" |
Beta Was this translation helpful? Give feedback.
-
🕒 Discussion Activity Reminder 🕒 This Discussion has been labeled as dormant by an automated system for having no activity in the last 60 days. Please consider one the following actions: 1️⃣ Close as Out of Date: If the topic is no longer relevant, close the Discussion as 2️⃣ Provide More Information: Share additional details or context — or let the community know if you've found a solution on your own. 3️⃣ Mark a Reply as Answer: If your question has been answered by a reply, mark the most helpful reply as the solution. Note: This dormant notification will only apply to Discussions with the Thank you for helping bring this Discussion to a resolution! 💬 |
Beta Was this translation helpful? Give feedback.
-
i never know the use of adobe shadow until i saw this post. thank you for this! this is very helpful. auto farm blox fruit |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Question
Body
I want to upload a tar.gz file from GitHub Actions to GitHub Packages. Which registry should I upload to GitHub Packages?
Or how can I upload the tar.gz file to GitHub Packages?
※The tar.gz file was created by compressing the DDL/DML file.
Beta Was this translation helpful? Give feedback.
All reactions