From 88823ef72748aa29f58fd5a69e56486b6c1b1ffd Mon Sep 17 00:00:00 2001 From: Dominik Meyer Date: Thu, 10 Oct 2024 22:25:29 +0200 Subject: [PATCH] build: always try to pull a newer build image --- .drone.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index d4b716f..e79160b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,12 +18,14 @@ volumes: steps: - name: generate control image: debian:bookworm + pull: always commands: - apt-get -qy update && apt-get -qy install git - scripts/generate_control.sh - name: build amd64 image: quay.io/buildah/stable + pull: always privileged: true volumes: - name: fedhq-ca-crt @@ -53,12 +55,14 @@ volumes: steps: - name: generate control image: debian:bookworm + pull: always commands: - apt-get -qy update && apt-get -qy install git - scripts/generate_control.sh - name: build arm64 image: quay.io/buildah/stable + pull: always privileged: true volumes: - name: fedhq-ca-crt @@ -75,7 +79,7 @@ node_selector: kubernetes.io/arch: amd64 federationhq.de/location: Blumendorf federationhq.de/compute: true - + volumes: - name: fedhq-ca-crt config_map: @@ -86,6 +90,7 @@ volumes: steps: - name: push image: quay.io/buildah/stable + pull: always privileged: true volumes: - name: fedhq-ca-crt