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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

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}