🗃️ Committing everything that changed 🗃️
All checks were successful
release-tag / release-image (push) Successful in 4m1s

Dockerfile
.env.scripts
This commit is contained in:
casjay 2024-09-25 09:03:28 -04:00
parent b1223598f9
commit f3250b48c6
Signed by untrusted user who does not match committer: jason
GPG Key ID: 1AB309F42A764145
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ ENV_REGISTRY_URL="https://hub.docker.com/r/casjaysdevdocker/python"
# Push image info
ENV_IMAGE_PUSH="casjaysdevdocker/python"
ENV_IMAGE_TAG="latest"
ENV_ADD_TAGS=""
ENV_ADD_TAGS="USE_DATE"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Pull image info
ENV_PULL_URL="casjaysdev/alpine"

View File

@ -22,7 +22,7 @@ ARG NODE_MANAGER="system"
ARG IMAGE_REPO="casjaysdevdocker/python"
ARG IMAGE_VERSION="latest"
ARG CONTAINER_VERSION=""
ARG CONTAINER_VERSION="USE_DATE"
ARG PULL_URL="casjaysdev/alpine"
ARG DISTRO_VERSION="latest"