actions / actions/starter-workflows
Starter Workflow for Publishing Docker Images
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 12.1k
- Forks
- 7.3k
- PR merge metrics
- No merged PRs in 30d
Description
Could you add a starter workflow (e.g., publish-docker.yml) that demonstrates the common task of building a Docker image from a repository's Dockerfile and publishing it to a container registry? This workflow should ideally show basic examples for pushing to popular registries like Docker Hub and GitHub Container Registry (ghcr.io), including placeholders for secure credential handling. Having this starter workflow would greatly simplify the setup process for developers looking to automate their container image deployment using GitHub Actions.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the starter workflow patterns in this repository, then plan the new publish-docker.yml around building from the repository's Dockerfile. Done means the workflow demonstrates publishing to Docker Hub and ghcr.io with secure credential placeholders and is suitable as a reusable starter example.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, github-actions
- Domain
- ci-cd, devops
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100