Compare commits

..

No commits in common. 'php7.4' and 'master' have entirely different histories.

@ -10,5 +10,5 @@ steps:
username: hugotty username: hugotty
password: password:
from_secret: docker_password from_secret: docker_password
repo: "hugotty/${DRONE_BRANCH}-fpm" repo: "hugotty/${DRONE_BRANCH_NAME}-fpm"
tags: latest tags: latest

@ -1,4 +1,4 @@
FROM debian:bullseye FROM debian:sid
# Set the env variables to non-interactive # Set the env variables to non-interactive
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive

Loading…
Cancel
Save