fix(docker): correct BASE_IMAGE registry username gmcintire -> graham
All checks were successful
Build base image / Build and push base image (push) Successful in 15s
Build and Push / Build CI test image (push) Successful in 17s
Build and Push / Build and Push Docker Image (push) Successful in 6m51s

This commit is contained in:
Graham McIntire 2026-08-05 14:12:45 -05:00
parent 845f23b093
commit e1585cbdcb

View file

@ -7,7 +7,7 @@
ARG BUILDER_IMAGE="git.mcintire.me/graham/elixir-base:latest"
# Prebuilt runtime base contains wgrib2 + cdo + gdal-bin + locale + the
# BEAM runtime apt deps.
ARG BASE_IMAGE="git.mcintire.me/gmcintire/prop-base:latest"
ARG BASE_IMAGE="git.mcintire.me/graham/prop-base:latest"
# ---- Elixir build stage ----
FROM ${BUILDER_IMAGE} AS builder