You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6 lines
209B

  1. SHELL:=/bin/bash
  2. ubuntu2404fpm:
  3. docker pull rayburgemeestre/fpm-ubuntu:22.04 || true
  4. docker build . -f Dockerfile-ubuntu2404 -t rayburgemeestre/fpm-ubuntu:24.04
  5. docker push rayburgemeestre/fpm-ubuntu:24.04