Docker build and push
Version updated for https://github.com/cloudposse/github-action-docker-build-push to version v3.0.0.
- This publisher is shown as ‘verified’ by GitHub.
- This action is used across all versions by 111 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action automates the process of building Docker images and pushing them to a specified registry, such as Docker Hub or Amazon ECR. It simplifies container image management by integrating build caching, multi-platform support, and authentication into CI/CD workflows. This action is ideal for teams looking to streamline Docker image creation and deployment as part of their software delivery pipeline.
Release notes
why
- The previous raw JSON summary was hard to read in GitHub Actions job summaries
- The new format surfaces key image details at a glance: size, architecture, OS, license, tag, digest, revision, source, runtime config, env vars, labels, and layers — each in collapsible sections
- Separating
summaryfrominspectgives users finer control over what gets generated