Cloud Compute Technical Documentation Publishing Cloud Compute Plugins Current: Building and Tagging an image Building and Tagging an image docker build --no-cache -f Dockerfile.prod . --target prod -t hms-mutator:v0.0.1 CODE docker tag hms-mutator:v0.0.1 <ecr-repository>/compute-plugins:hms-mutator-0.0.1 CODE docker push <ecr-repository>/compute-plugins:hms-mutator-0.03 CODE ×