Push a previously built image.
Section: Infrastructure and deployment recipes
Docker push target
makefile
makefile
docker-push:
docker push $(IMAGE):$(TAG)Explanation
Often combined with auth/login steps elsewhere.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Infrastructure and deployment recipes
Terraform plan target
Run a named plan file for a chosen environment.
Deploy static site to S3
Sync built files to a bucket and invalidate a CDN.