Skip to content

Instantly share code, notes, and snippets.

@voronenko-p
Created September 20, 2017 14:10
Show Gist options
  • Save voronenko-p/5e0b69d131c93c1da79286fcda7997fa to your computer and use it in GitHub Desktop.
Save voronenko-p/5e0b69d131c93c1da79286fcda7997fa to your computer and use it in GitHub Desktop.
tag:
@docker tag $(ROLE_NAME)-api:latest softasap/sa-container-box-examples:$(ROLE_NAME).api.$(ROLE_VERSION)
@docker tag $(ROLE_NAME)-api:latest softasap/sa-container-box-examples:$(ROLE_NAME).api.latest
@docker tag $(ROLE_NAME)-nginx:latest softasap/sa-container-box-examples:$(ROLE_NAME).nginx.$(ROLE_VERSION)
@docker tag $(ROLE_NAME)-nginx:latest softasap/sa-container-box-examples:$(ROLE_NAME).nginx.latest
push:
@docker push softasap/sa-container-box-examples:$(ROLE_NAME).api.$(ROLE_VERSION)
@docker push softasap/sa-container-box-examples:$(ROLE_NAME).api.latest
@docker push softasap/sa-container-box-examples:$(ROLE_NAME).nginx.$(ROLE_VERSION)
@docker push softasap/sa-container-box-examples:$(ROLE_NAME).nginx.latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment