選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

16 行
431B

  1. SHELL:=/bin/bash
  2. ubuntu1804fpm:
  3. docker pull rayburgemeestre/fpm-ubuntu:18.04 || true
  4. docker build . -f Dockerfile-ubuntu1804 -t rayburgemeestre/fpm-ubuntu:18.04
  5. ubuntu2004fpm:
  6. docker pull rayburgemeestre/fpm-ubuntu:20.04 || true
  7. docker build . -f Dockerfile-ubuntu2004 -t rayburgemeestre/fpm-ubuntu:20.04
  8. publish1804:
  9. docker push rayburgemeestre/fpm-ubuntu:18.04
  10. publish2004:
  11. docker push rayburgemeestre/fpm-ubuntu:20.04