{"id":13575092,"url":"https://github.com/skills/publish-packages","last_synced_at":"2025-04-03T17:11:45.786Z","repository":{"id":37021910,"uuid":"454099450","full_name":"skills/publish-packages","owner":"skills","description":"Use GitHub Actions to publish your project to a Docker image.","archived":false,"fork":false,"pushed_at":"2024-10-04T18:09:08.000Z","size":83,"stargazers_count":184,"open_issues_count":7,"forks_count":89,"subscribers_count":19,"default_branch":"main","last_synced_at":"2025-03-27T16:15:01.678Z","etag":null,"topics":["deployment","docker","github-actions","github-packages","skills-course","workflows"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skills.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-01-31T17:17:45.000Z","updated_at":"2025-03-17T05:52:52.000Z","dependencies_parsed_at":"2024-01-16T20:31:58.691Z","dependency_job_id":"faa1cf96-1cc8-4fec-b0b9-7d16f3a7502f","html_url":"https://github.com/skills/publish-packages","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":"skills/template-template","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skills%2Fpublish-packages","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skills%2Fpublish-packages/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skills%2Fpublish-packages/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skills%2Fpublish-packages/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skills","download_url":"https://codeload.github.com/skills/publish-packages/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247043346,"owners_count":20874087,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["deployment","docker","github-actions","github-packages","skills-course","workflows"],"created_at":"2024-08-01T15:00:58.192Z","updated_at":"2025-04-03T17:11:45.762Z","avatar_url":"https://github.com/skills.png","language":"HTML","funding_links":[],"categories":["HTML","Building"],"sub_categories":["Workflows"],"readme":"\u003cheader\u003e\n\n\u003c!--\n  \u003c\u003c\u003c Author notes: Course header \u003e\u003e\u003e\n  Include a 1280×640 image, course title in sentence case, and a concise description in emphasis.\n  In your repository settings: enable template repository, add your 1280×640 social image, auto delete head branches.\n  Add your open source license, GitHub uses the MIT license.\n--\u003e\n\n# Publish to GitHub Packages\n\n_Use GitHub Actions to publish your project to a Docker image._\n\n\u003c/header\u003e\n\n\u003c!--\n  \u003c\u003c\u003c Author notes: Course start \u003e\u003e\u003e\n  Include start button, a note about Actions minutes,\n  and tell the learner why they should take the course.\n--\u003e\n\n## Welcome\n\nGitHub Actions makes it easier than ever to incorporate continuous delivery (CD) into your repositories. This course will teach you what is needed to test and deliver artifacts that are ready for deployment.\n\n- **Who is this for**: Developers, DevOps engineers, full stack developers, cloud engineers.\n- **What you'll learn**: Continuous delivery, how to save and access build artifacts, package management, how to publish to GitHub Packages.\n- **What you'll build**: We will build a Docker image that runs a small game.\n- **Prerequisites**: We recommend you first complete the following courses: [Hello, GitHub Actions](https://github.com/skills/hello-github-actions) and [Continuous Integration](https://github.com/skills/continuous-integration).\n- **How long**: This course takes less than 30 minutes to complete.\n\nIn this course, you will:\n\n1. Create a workflow\n2. Add a Dockerfile\n3. Merge your pull request\n\n### How to start this course\n\n\u003c!-- For start course, run in JavaScript:\n'https://github.com/new?' + new URLSearchParams({\n  template_owner: 'skills',\n  template_name: 'publish-packages',\n  owner: '@me',\n  name: 'skills-publish-packages',\n  description: 'My clone repository',\n  visibility: 'public',\n}).toString()\n--\u003e\n\n[![start-course](https://user-images.githubusercontent.com/1221423/235727646-4a590299-ffe5-480d-8cd5-8194ea184546.svg)](https://github.com/new?template_owner=skills\u0026template_name=publish-packages\u0026owner=%40me\u0026name=skills-publish-packages\u0026description=My+clone+repository\u0026visibility=public)\n\n1. Right-click **Start course** and open the link in a new tab.\n2. In the new tab, most of the prompts will automatically fill in for you.\n   - For owner, choose your personal account or an organization to host the repository.\n   - We recommend creating a public repository, as private repositories will [use Actions minutes](https://docs.github.com/en/billing/managing-billing-for-github-actions/about-billing-for-github-actions).\n   - Scroll down and click the **Create repository** button at the bottom of the form.\n3. After your new repository is created, wait about 20 seconds, then refresh the page. Follow the step-by-step instructions in the new repository's README.\n\n\u003cfooter\u003e\n\n\u003c!--\n  \u003c\u003c\u003c Author notes: Footer \u003e\u003e\u003e\n  Add a link to get support, GitHub status page, code of conduct, license link.\n--\u003e\n\n---\n\nGet help: [Post in our discussion board](https://github.com/orgs/skills/discussions/categories/publish-packages) \u0026bull; [Review the GitHub status page](https://www.githubstatus.com/)\n\n\u0026copy; 2023 GitHub \u0026bull; [Code of Conduct](https://www.contributor-covenant.org/version/2/1/code_of_conduct/code_of_conduct.md) \u0026bull; [MIT License](https://gh.io/mit)\n\n\u003c/footer\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskills%2Fpublish-packages","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskills%2Fpublish-packages","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskills%2Fpublish-packages/lists"}