docker build --no-cache -t silvermoonframework/php-7.4:latest php-7.4/.
docker push silvermoonframework/php-7.4:latest
Build php xdebug docker file
docker build --no-cache -t silvermoonframework/php-7.4-xdebug:latest php-7.4-xdebug/.
docker push silvermoonframework/php-7.4-xdebug:latest
docker build --no-cache -t silvermoonframework/php-8.0:latest php-8.0/.
docker push silvermoonframework/php-8.0:latest
Build php 8 xdebug docker file
docker build --no-cache -t silvermoonframework/php-8.0-xdebug:latest php-8.0-xdebug/.
docker push silvermoonframework/php-8.0-xdebug:latest