build: always try to pull a newer build image
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
fcecdaee88
commit
88823ef727
@ -18,12 +18,14 @@ volumes:
|
|||||||
steps:
|
steps:
|
||||||
- name: generate control
|
- name: generate control
|
||||||
image: debian:bookworm
|
image: debian:bookworm
|
||||||
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
- apt-get -qy update && apt-get -qy install git
|
- apt-get -qy update && apt-get -qy install git
|
||||||
- scripts/generate_control.sh
|
- scripts/generate_control.sh
|
||||||
|
|
||||||
- name: build amd64
|
- name: build amd64
|
||||||
image: quay.io/buildah/stable
|
image: quay.io/buildah/stable
|
||||||
|
pull: always
|
||||||
privileged: true
|
privileged: true
|
||||||
volumes:
|
volumes:
|
||||||
- name: fedhq-ca-crt
|
- name: fedhq-ca-crt
|
||||||
@ -53,12 +55,14 @@ volumes:
|
|||||||
steps:
|
steps:
|
||||||
- name: generate control
|
- name: generate control
|
||||||
image: debian:bookworm
|
image: debian:bookworm
|
||||||
|
pull: always
|
||||||
commands:
|
commands:
|
||||||
- apt-get -qy update && apt-get -qy install git
|
- apt-get -qy update && apt-get -qy install git
|
||||||
- scripts/generate_control.sh
|
- scripts/generate_control.sh
|
||||||
|
|
||||||
- name: build arm64
|
- name: build arm64
|
||||||
image: quay.io/buildah/stable
|
image: quay.io/buildah/stable
|
||||||
|
pull: always
|
||||||
privileged: true
|
privileged: true
|
||||||
volumes:
|
volumes:
|
||||||
- name: fedhq-ca-crt
|
- name: fedhq-ca-crt
|
||||||
@ -86,6 +90,7 @@ volumes:
|
|||||||
steps:
|
steps:
|
||||||
- name: push
|
- name: push
|
||||||
image: quay.io/buildah/stable
|
image: quay.io/buildah/stable
|
||||||
|
pull: always
|
||||||
privileged: true
|
privileged: true
|
||||||
volumes:
|
volumes:
|
||||||
- name: fedhq-ca-crt
|
- name: fedhq-ca-crt
|
||||||
|
Loading…
Reference in New Issue
Block a user