build: used fixed version of buildah (v1.36)
This commit is contained in:
parent
12d5ba4128
commit
ea07a9a718
@ -17,7 +17,7 @@ volumes:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build amd64
|
- name: build amd64
|
||||||
image: quay.io/buildah/stable
|
image: quay.io/buildah/stable:v1.36
|
||||||
privileged: true
|
privileged: true
|
||||||
volumes:
|
volumes:
|
||||||
- name: fedhq-ca-crt
|
- name: fedhq-ca-crt
|
||||||
@ -46,7 +46,7 @@ volumes:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build arm64
|
- name: build arm64
|
||||||
image: quay.io/buildah/stable
|
image: quay.io/buildah/stable:v1.36
|
||||||
privileged: true
|
privileged: true
|
||||||
volumes:
|
volumes:
|
||||||
- name: fedhq-ca-crt
|
- name: fedhq-ca-crt
|
||||||
@ -63,7 +63,7 @@ node_selector:
|
|||||||
kubernetes.io/arch: amd64
|
kubernetes.io/arch: amd64
|
||||||
federationhq.de/location: Blumendorf
|
federationhq.de/location: Blumendorf
|
||||||
federationhq.de/compute: true
|
federationhq.de/compute: true
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: fedhq-ca-crt
|
- name: fedhq-ca-crt
|
||||||
config_map:
|
config_map:
|
||||||
@ -73,7 +73,7 @@ volumes:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: push
|
- name: push
|
||||||
image: quay.io/buildah/stable
|
image: quay.io/buildah/stable:v1.36
|
||||||
privileged: true
|
privileged: true
|
||||||
environment:
|
environment:
|
||||||
USERNAME:
|
USERNAME:
|
||||||
|
Loading…
Reference in New Issue
Block a user