diff --git a/linux/apache2/latest/Makefile b/linux/apache2/latest/Makefile index 5807f7dc3..8bedaeb82 100644 --- a/linux/apache2/latest/Makefile +++ b/linux/apache2/latest/Makefile @@ -2,6 +2,3 @@ all: apache2 apache2: docker build --compress -t epicmorg/apache2:latest . docker push epicmorg/apache2:latest - - docker tag epicmorg/apache2:latest epicmorg/websites:latest - docker push epicmorg/websites:latest \ No newline at end of file diff --git a/linux/apache2/php7.2/Makefile b/linux/apache2/php7.2/Makefile index e10f24c18..49e2ea0dc 100644 --- a/linux/apache2/php7.2/Makefile +++ b/linux/apache2/php7.2/Makefile @@ -2,6 +2,3 @@ all: apache2 apache2: docker build --compress -t epicmorg/apache2:php7.2 . docker push epicmorg/apache2:php7.2 - - docker tag epicmorg/apache2:php7.2 epicmorg/websites:php7.2 - docker push epicmorg/websites:php7.2 \ No newline at end of file diff --git a/linux/apache2/php7.3/Makefile b/linux/apache2/php7.3/Makefile index 39f4fc5a9..dac5e2861 100644 --- a/linux/apache2/php7.3/Makefile +++ b/linux/apache2/php7.3/Makefile @@ -2,7 +2,3 @@ all: apache2 apache2: docker build --compress -t epicmorg/apache2:php7.3 . docker push epicmorg/apache2:php7.3 - - docker tag epicmorg/apache2:php7.3 epicmorg/websites:php7.3 - docker push epicmorg/websites:php7.3 - diff --git a/linux/apache2/php7.4/Makefile b/linux/apache2/php7.4/Makefile index 810c88cf6..6b382fa7a 100644 --- a/linux/apache2/php7.4/Makefile +++ b/linux/apache2/php7.4/Makefile @@ -2,7 +2,3 @@ all: apache2 apache2: docker build --compress -t epicmorg/apache2:php7.4 . docker push epicmorg/apache2:php7.4 - - docker tag epicmorg/apache2:php7.4 epicmorg/websites:php7.4 - docker push epicmorg/websites:php7.4 -