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

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

View File

@ -29,7 +29,7 @@ ENV_IMAGE_TAG="latest"
ENV_ADD_TAGS="USE_DATE"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Pull image info
ENV_PULL_URL="ghcr.io/dockersrc/archlinux"
ENV_PULL_URL="casjaysdev/archlinux"
ENV_DISTRO_TAG="latest"
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Env

View File

@ -26,7 +26,7 @@ ARG IMAGE_REPO="casjaysdev/archlinux"
ARG IMAGE_VERSION="latest"
ARG CONTAINER_VERSION="USE_DATE"
ARG PULL_URL="ghcr.io/dockersrc/archlinux"
ARG PULL_URL="casjaysdev/archlinux"
ARG DISTRO_VERSION="latest"
ARG BUILD_VERSION="${BUILD_DATE}"
@ -232,7 +232,6 @@ LABEL org.opencontainers.image.created="${BUILD_DATE}"
LABEL org.opencontainers.image.version="${BUILD_VERSION}"
LABEL org.opencontainers.image.schema-version="${BUILD_VERSION}"
LABEL org.opencontainers.image.url="https://hub.docker.com/r/casjaysdev/archlinux"
LABEL org.opencontainers.image.source="https://hub.docker.com/r/casjaysdev/archlinux"
LABEL org.opencontainers.image.vcs-type="Git"
LABEL org.opencontainers.image.revision="${BUILD_VERSION}"
LABEL org.opencontainers.image.source="https://github.com/dockersrc/archlinux"