workflow fix

This commit is contained in:
STAM 2021-04-02 17:43:59 +03:00
commit 40f11c8574

View File

@ -318,8 +318,8 @@ jobs:
- name: Retag and Push Nginx + RTMP-HLS (legacy)
run: |
docker tag epicmorg/apache2:latest epicmorg/websites:latest
docker push epicmorg/websites:latest
docker tag epicmorg/nginx:rtmp-hls epicmorg/balancer:rtmp-hls
docker push epicmorg/balancer:rtmp-hls
- name: PHP 7.4
run: docker build --compress -t epicmorg/php:php7.4 linux/php/php7.4