diff options
author | Chris Evich <cevich@redhat.com> | 2019-07-26 10:48:40 -0400 |
---|---|---|
committer | Chris Evich <cevich@redhat.com> | 2019-08-12 15:04:30 -0400 |
commit | d36c62d88d6d9306bf726a3ffb39e6e71a2b488f (patch) | |
tree | 8037d94e523076f12c9c6bd352dcf8093ab3b4f3 /.cirrus.yml | |
parent | 9bee6907a5d867ab866374c6c7d8a45e3fa705da (diff) | |
download | podman-d36c62d88d6d9306bf726a3ffb39e6e71a2b488f.tar.gz podman-d36c62d88d6d9306bf726a3ffb39e6e71a2b488f.tar.bz2 podman-d36c62d88d6d9306bf726a3ffb39e6e71a2b488f.zip |
Revert "Cirrus: Temp. workaround missing imgprune image"
This reverts commit 9b2e98f1e872354f0708a86b59e16b8b86e9f8b2.
Signed-off-by: Chris Evich <cevich@redhat.com>
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 dfcd86a5d..cc5a005c6 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -286,7 +286,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 |