splited php image from websites

This commit is contained in:
STAM 2021-01-28 00:54:03 +03:00
parent 95ce7736cc
commit 4442e07b73
2 changed files with 8 additions and 0 deletions

View File

@ -155,6 +155,9 @@ jobs:
- name: PHP 7.4
run: docker build --compress -t epicmorg/php:php7.4 php/php7.4
- name: PHP 7.2
run: docker build --compress -t epicmorg/php:php7.2 php/php7.2
- name: Build Apache (latest)
run: docker build --compress -t epicmorg/websites:latest websites/latest

View File

@ -308,6 +308,11 @@ jobs:
- name: Push PHP 7.4
run: docker push epicmorg/php:7.4
- name: PHP 7.2
run: docker build --compress -t epicmorg/php:php7.2 php/php7.2
- name: Push PHP 7.2
run: docker push epicmorg/php:7.2
- name: Build Apache + PHP7.4
run: docker build --compress -t epicmorg/websites:php7.4 websites/php7.4
- name: Push Apache + PHP7.4