diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-11-13 17:47:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-13 17:47:55 +0100 |
commit | 7a693a1946d201825bcd0933f565f07047312c70 (patch) | |
tree | dc1f7cc59a997468f8d5da59f46770384a7bcf75 | |
parent | de32b89eff0928abdef9d85a420b65d8865e737e (diff) | |
parent | e959abf2db7b02aaf9d8425cbfc6bdf28bc0cafe (diff) | |
download | podman-7a693a1946d201825bcd0933f565f07047312c70.tar.gz podman-7a693a1946d201825bcd0933f565f07047312c70.tar.bz2 podman-7a693a1946d201825bcd0933f565f07047312c70.zip |
Merge pull request #4503 from cevich/fix_branch_images
Cirrus: Use branch-specific container tags
-rw-r--r-- | .cirrus.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index c27b76110..8e1bf03f0 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -92,7 +92,7 @@ gating_task: # Runs within Cirrus's "community cluster" container: - image: "quay.io/libpod/gate:latest" + image: "quay.io/libpod/gate:master" cpu: 4 memory: 12 @@ -184,7 +184,7 @@ varlink_api_task: # Runs within Cirrus's "community cluster" container: - image: "quay.io/libpod/gate:latest" + image: "quay.io/libpod/gate:master" cpu: 4 memory: 12 @@ -273,7 +273,7 @@ meta_task: - "build_without_cgo" container: - image: "quay.io/libpod/imgts:latest" # see contrib/imgts + image: "quay.io/libpod/imgts:master" # see contrib/imgts cpu: 1 memory: 1 @@ -309,7 +309,7 @@ image_prune_task: - "meta" container: - image: "quay.io/libpod/imgprune:latest" # see contrib/imgprune + image: "quay.io/libpod/imgprune:master" # see contrib/imgprune cpu: 1 memory: 1 @@ -714,7 +714,7 @@ success_task: GOSRC: "/go/src/github.com/containers/libpod" container: - image: "quay.io/libpod/gate:latest" + image: "quay.io/libpod/gate:master" cpu: 1 memory: 1 |