🗃️ Committing everything that changed 🗃️
Some checks failed
release-tag / release-image (push) Failing after 20s

Dockerfile
.env.scripts
rootfs/root/docker/setup/03-files.sh
rootfs/tmp/etc/nginx/nginx.conf
rootfs/usr/local/etc/docker/init.d/00-mysqld.sh
This commit is contained in:
casjay
2024-09-07 09:59:08 -04:00
parent f2edcc0cb9
commit e2cf8eb9a9
5 changed files with 6 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ ARG IMAGE_REPO="casjaysdevdocker/mysql"
ARG IMAGE_VERSION="latest"
ARG CONTAINER_VERSION=""
ARG PULL_URL="casjaysdevdocker/php"
ARG PULL_URL="casjaysdevdocker/nginx"
ARG DISTRO_VERSION="${IMAGE_VERSION}"
ARG BUILD_VERSION="${BUILD_DATE}"