Skip to content
This repository has been archived by the owner on Mar 24, 2022. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Move latest tag in Makefile
  • Loading branch information
petk committed Mar 11, 2019
1 parent 5f5084e commit 96ee57d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -81,8 +81,6 @@ push-72: ## Push built PHP 7.2 images to Docker Hub
@docker push phpearth/php:7.2-lighttpd
@docker push phpearth/php:7.2-litespeed
@docker push phpearth/php:7.2-nginx
@docker tag phpearth/php:7.2 phpearth/php:latest
@docker push phpearth/php:latest

push-73: ## Push built PHP 7.3 images to Docker Hub
@docker push phpearth/php:7.3
Expand All @@ -92,6 +90,8 @@ push-73: ## Push built PHP 7.3 images to Docker Hub
@docker push phpearth/php:7.3-lighttpd
@docker push phpearth/php:7.3-litespeed
@docker push phpearth/php:7.3-nginx
@docker tag phpearth/php:7.3 phpearth/php:latest
@docker push phpearth/php:latest

push-all: ## Push all built images to Docker Hub
make push-70
Expand Down

0 comments on commit 96ee57d

Please sign in to comment.