diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2019-08-13 15:29:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-13 15:29:02 +0200 |
commit | 4e21e56406cc26cdc36fb4b70d897b5ee12cf3f5 (patch) | |
tree | ddb09556d4d27c34cef48249f784638f8997d799 /.cirrus.yml | |
parent | 031437bf5b19b5121224cdec301dd9945f38e610 (diff) | |
parent | d36c62d88d6d9306bf726a3ffb39e6e71a2b488f (diff) | |
download | podman-4e21e56406cc26cdc36fb4b70d897b5ee12cf3f5.tar.gz podman-4e21e56406cc26cdc36fb4b70d897b5ee12cf3f5.tar.bz2 podman-4e21e56406cc26cdc36fb4b70d897b5ee12cf3f5.zip |
Merge pull request #3649 from cevich/brent_is_back
Revert "Cirrus: Temp. workaround missing imgprune image"
Diffstat (limited to '.cirrus.yml')
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index 84b483b57..66bb7d4ce 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -289,7 +289,7 @@ image_prune_task: - "meta" container: - image: "quay.io/cevich/imgprune:latest" # see contrib/imgprune + image: "quay.io/libpod/imgprune:latest" # see contrib/imgprune cpu: 1 memory: 1 |