🔧 point base image to casjaysdev/alpine 🔧
Build and Push / build (push) Failing after 0s
opengist / release-opengist (push) Failing after 43s

- .env.scripts: change ENV_PULL_URL from alpine to casjaysdev/alpine

.env.scripts
This commit is contained in:
2026-08-02 23:28:19 -04:00
parent 424284829a
commit 32f2d90bb6
+1 -1
View File
@@ -54,7 +54,7 @@ ENV_ADD_IMAGE_PUSH=""
# - - - - - - - - - - - - - - - - - - - - - - - - -
# Pull Configuration
# ENV_PULL_URL: Source image to pull from (base image)
ENV_PULL_URL="alpine"
ENV_PULL_URL="casjaysdev/alpine"
# ENV_DISTRO_TAG: Tag for the pull source image
ENV_DISTRO_TAG="${IMAGE_VERSION}"
# - - - - - - - - - - - - - - - - - - - - - - - - -