浏览代码

Merge pull request #768 from netbootxyz/rename_builder

Rename builder to maintain consistent naming
Antony Messerli 4 年之前
父节点
当前提交
2f005be784
共有 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
 # repo for build
 COPY . /ansible
 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
 # repo for build
 COPY . /ansible
 COPY . /ansible