Jelajahi Sumber

Rename builder to maintain consistent naming

Antony Messerli 4 tahun lalu
induk
melakukan
22bb1f1b1a
2 mengubah file dengan 2 tambahan dan 2 penghapusan
  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