fix(grid-rs): use :latest tag for wgrib2 source image
The Elixir build workflow only pushes :${TAG} (timestamped) and :latest
— there is no :main tag. Switch to :latest to match what's actually
published.
This commit is contained in:
parent
862c0a915e
commit
6e64e0850b
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
# the already-published Elixir image.
|
# the already-published Elixir image.
|
||||||
#
|
#
|
||||||
# Runtime uid 65534 matches the fsGroup on the NFS scores mount.
|
# Runtime uid 65534 matches the fsGroup on the NFS scores mount.
|
||||||
ARG WGRIB2_IMAGE=git.mcintire.me/graham/prop:main
|
ARG WGRIB2_IMAGE=git.mcintire.me/graham/prop:latest
|
||||||
|
|
||||||
FROM ${WGRIB2_IMAGE} AS wgrib2-src
|
FROM ${WGRIB2_IMAGE} AS wgrib2-src
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue