@@ -158,7 +158,7 @@ jobs:
158158 image : centos8-builder:${{ github.sha }}
159159 run : /build.sh
160160 options : -v ${{ github.workspace }}/build/package/rpm:/rpm -v ${{ github.workspace }}/build_output:/build_output
161- - name : Build Image Ubuntu Xenial
161+ - name : Build Image Debian
162162 uses : docker/build-push-action@v2
163163 with :
164164 file : build/Dockerfile
@@ -167,70 +167,12 @@ jobs:
167167 load : true
168168 cache-from : type=local,src=/tmp/.buildx-cache
169169 cache-to : type=local,dest=/tmp/.buildx-cache
170- tags : ubuntu-xenial -builder:${{ github.sha }}
170+ tags : debian -builder:${{ github.sha }}
171171 build-args : |
172- CONTAINER_VERSION=ubuntu:xenial
173172 OS_TYPE=deb_based
174- - name : Run Ubuntu Xenial
173+ - name : Run Debian
175174 uses : addnab/docker-run-action@v2
176175 with :
177- image : ubuntu-xenial-builder:${{ github.sha }}
178- run : /build.sh
179- options : -v ${{ github.workspace }}/build/package/debian:/debian -v ${{ github.workspace }}/build_output:/build_output
180- - name : Build Image Ubuntu Bionic
181- uses : docker/build-push-action@v2
182- with :
183- file : build/Dockerfile
184- context : ' .'
185- target : local
186- load : true
187- cache-from : type=local,src=/tmp/.buildx-cache
188- cache-to : type=local,dest=/tmp/.buildx-cache
189- tags : ubuntu-bionic-builder:${{ github.sha }}
190- build-args : |
191- CONTAINER_VERSION=ubuntu:bionic
192- OS_TYPE=deb_based
193- - name : Run Ubuntu Bionic
194- uses : addnab/docker-run-action@v2
195- with :
196- image : ubuntu-bionic-builder:${{ github.sha }}
197- run : /build.sh
198- options : -v ${{ github.workspace }}/build/package/debian:/debian -v ${{ github.workspace }}/build_output:/build_output
199- - name : Build Image Ubuntu Focal
200- uses : docker/build-push-action@v2
201- with :
202- file : build/Dockerfile
203- context : ' .'
204- target : local
205- load : true
206- cache-from : type=local,src=/tmp/.buildx-cache
207- cache-to : type=local,dest=/tmp/.buildx-cache
208- tags : ubuntu-focal-builder:${{ github.sha }}
209- build-args : |
210- CONTAINER_VERSION=ubuntu:focal
211- OS_TYPE=deb_based
212- - name : Run Ubuntu Focal
213- uses : addnab/docker-run-action@v2
214- with :
215- image : ubuntu-focal-builder:${{ github.sha }}
216- run : /build.sh
217- options : -v ${{ github.workspace }}/build/package/debian:/debian -v ${{ github.workspace }}/build_output:/build_output
218- - name : Build Image Ubuntu Groovy
219- uses : docker/build-push-action@v2
220- with :
221- file : build/Dockerfile
222- context : ' .'
223- target : local
224- load : true
225- cache-from : type=local,src=/tmp/.buildx-cache
226- cache-to : type=local,dest=/tmp/.buildx-cache
227- tags : ubuntu-groovy-builder:${{ github.sha }}
228- build-args : |
229- CONTAINER_VERSION=ubuntu:groovy
230- OS_TYPE=deb_based
231- - name : Run Ubuntu Groovy
232- uses : addnab/docker-run-action@v2
233- with :
234- image : ubuntu-groovy-builder:${{ github.sha }}
176+ image : debian-builder:${{ github.sha }}
235177 run : /build.sh
236178 options : -v ${{ github.workspace }}/build/package/debian:/debian -v ${{ github.workspace }}/build_output:/build_output
0 commit comments