Explorar el Código

Rename builder to maintain consistent naming

Antony Messerli hace 4 años
padre
commit
22bb1f1b1a
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  1. 1 1
      Dockerfile-build
  2. 1 1
      Dockerfile-build.production

+ 1 - 1
Dockerfile-build

@@ -1,4 +1,4 @@
-FROM ghcr.io/netbootxyz/docker-builder:latest as builder
+FROM ghcr.io/netbootxyz/builder:latest as builder
 
 # repo for build
 COPY . /ansible

+ 1 - 1
Dockerfile-build.production

@@ -1,4 +1,4 @@
-FROM ghcr.io/netbootxyz/docker-builder:latest as builder
+FROM ghcr.io/netbootxyz/builder:latest as builder
 
 # repo for build
 COPY . /ansible