Преглед изворни кода

Rename builder to maintain consistent naming

Antony Messerli пре 4 година
родитељ
комит
22bb1f1b1a
2 измењених фајлова са 2 додато и 2 уклоњено
  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