您最多选择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