Ver código fonte

Rename builder to maintain consistent naming

Antony Messerli 4 anos atrás
pai
commit
22bb1f1b1a
2 arquivos alterados com 2 adições e 2 exclusões
  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