Forráskód Böngészése

Merge pull request #759 from netbootxyz/ghcr_image

Switch to Github Container Registry
Antony Messerli 4 éve
szülő
commit
761b033c6b
2 módosított fájl, 2 hozzáadás és 2 törlés
  1. 1 1
      Dockerfile-build
  2. 1 1
      Dockerfile-build.production

+ 1 - 1
Dockerfile-build

@@ -1,4 +1,4 @@
-FROM netbootxyz/docker-builder:latest as builder
+FROM ghcr.io/netbootxyz/docker-builder:latest as builder
 
 ENV DEBIAN_FRONTEND=noninteractive
 

+ 1 - 1
Dockerfile-build.production

@@ -1,4 +1,4 @@
-FROM netbootxyz/docker-builder:latest as builder
+FROM ghcr.io/netbootxyz/docker-builder:latest as builder
 
 ENV DEBIAN_FRONTEND=noninteractive