Skip to content

Commit

Permalink
Added versioned tag to the latest image with the docker-clean version
Browse files Browse the repository at this point in the history
mention #20
  • Loading branch information
Killian Brackey committed Dec 20, 2016
1 parent f6a0677 commit 3f6250a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ DOCKER_CLEAN_VERSION=v2.0.4
IMAGE_BASE_NAME=zzrot/docker-clean
DOCKER_VERSION_TAG_1_11_1=$(IMAGE_BASE_NAME):docker-1.11.1
DOCKER_VERSION_TAG_LATEST=$(IMAGE_BASE_NAME)
DOCKER_VERSION_TAG_DOCKER_CLEAN_VERSION=$(IMAGE_BASE_NAME):$(DOCKER_CLEAN_VERSION)
DOCKER_TAG_LITE=$(IMAGE_BASE_NAME):$(DOCKER_CLEAN_VERSION)-lite
DOCKER_FILE_DIR_PATH=./dockerfiles

Expand All @@ -18,3 +19,6 @@ release:
docker push $(DOCKER_VERSION_TAG_1_11_1)
docker push $(DOCKER_TAG_LITE)

docker tag $(DOCKER_VERSION_TAG_LATEST) $(DOCKER_VERSION_TAG_DOCKER_CLEAN_VERSION)
docker push $(DOCKER_VERSION_TAG_DOCKER_CLEAN_VERSION)

0 comments on commit 3f6250a

Please sign in to comment.