Use the new Github container registry

This commit is contained in:
Mickaël Rémond
2021-05-12 11:51:40 +02:00
committed by GitHub
parent 2698024b82
commit 20247af6f6
+2 -1
View File
@@ -1,3 +1,4 @@
# Update the VARIANT arg to pick an Elixir version: latest, 1.11.4, etc.
ARG VARIANT=latest
FROM docker.pkg.github.com/processone/docker-build/elixir:${VARIANT}
FROM ghcr.io/processone/elixir:${VARIANT}