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

Commit 96ee57d

Browse files
committed
Move latest tag in Makefile
1 parent 5f5084e commit 96ee57d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ push-72: ## Push built PHP 7.2 images to Docker Hub
8181
@docker push phpearth/php:7.2-lighttpd
8282
@docker push phpearth/php:7.2-litespeed
8383
@docker push phpearth/php:7.2-nginx
84-
@docker tag phpearth/php:7.2 phpearth/php:latest
85-
@docker push phpearth/php:latest
8684

8785
push-73: ## Push built PHP 7.3 images to Docker Hub
8886
@docker push phpearth/php:7.3
@@ -92,6 +90,8 @@ push-73: ## Push built PHP 7.3 images to Docker Hub
9290
@docker push phpearth/php:7.3-lighttpd
9391
@docker push phpearth/php:7.3-litespeed
9492
@docker push phpearth/php:7.3-nginx
93+
@docker tag phpearth/php:7.3 phpearth/php:latest
94+
@docker push phpearth/php:latest
9595

9696
push-all: ## Push all built images to Docker Hub
9797
make push-70

0 commit comments

Comments
 (0)