|
50 | 50 | - task: Docker@1 |
51 | 51 | displayName: 'Build base image' |
52 | 52 | inputs: |
53 | | - containerregistrytype: 'Container Registry' |
54 | | - dockerRegistryEndpoint: 'OpenTTD Docker Hub' |
55 | 53 | dockerFile: base-linux/Dockerfile |
56 | 54 | arguments: '--build-arg DISTRO=$(Distro) --build-arg RELEASE=$(Release)' |
57 | 55 | imageName: 'openttd/base:$(Agent.JobName)' |
@@ -108,8 +106,6 @@ jobs: |
108 | 106 | - task: Docker@1 |
109 | 107 | displayName: 'Build image' |
110 | 108 | inputs: |
111 | | - containerregistrytype: 'Container Registry' |
112 | | - dockerRegistryEndpoint: 'OpenTTD Docker Hub' |
113 | 109 | dockerFile: $(Folder)/Dockerfile |
114 | 110 | imageName: 'openttd/compile-farm-ci:$(Agent.JobName)' |
115 | 111 | addDefaultLabels: false |
@@ -184,8 +180,6 @@ jobs: |
184 | 180 | - task: Docker@1 |
185 | 181 | displayName: 'Build image' |
186 | 182 | inputs: |
187 | | - containerregistrytype: 'Container Registry' |
188 | | - dockerRegistryEndpoint: 'OpenTTD Docker Hub' |
189 | 183 | dockerFile: release-linux-deb-gcc/Dockerfile |
190 | 184 | arguments: '--build-arg DISTRO=$(Distro) --build-arg RELEASE=$(Release) --build-arg ARCH=$(Arch)' |
191 | 185 | imageName: 'openttd/compile-farm:$(Agent.JobName)' |
@@ -235,8 +229,6 @@ jobs: |
235 | 229 | - task: Docker@1 |
236 | 230 | displayName: 'Build image' |
237 | 231 | inputs: |
238 | | - containerregistrytype: 'Container Registry' |
239 | | - dockerRegistryEndpoint: 'OpenTTD Docker Hub' |
240 | 232 | dockerFile: release-linux-generic-gcc/Dockerfile |
241 | 233 | arguments: '--build-arg ARCH=$(Arch)' |
242 | 234 | imageName: 'openttd/compile-farm:$(Agent.JobName)' |
|
0 commit comments