2
1
mirror of https://github.com/EpicMorg/docker-scripts.git synced 2025-04-16 14:22:41 +03:00

php74 fix

This commit is contained in:
STAM 2020-09-04 17:29:49 +03:00
parent 6aca8c21ab
commit 881cd813fb

@ -249,7 +249,7 @@ matrix:
- name: Apache + PHP7.4
script:
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
- docker build --compress -t epicmorg/websites:latest websites/php7.4
- docker build --compress -t epicmorg/websites:php7.4 websites/php7.4
- docker push epicmorg/websites:php7.4
- name: Apache + PHP7.3