playbooks: Bump fedora-toolbox image to f34 for Rawhide

This commit is contained in:
Ondřej Míchal 2020-10-08 14:59:16 +02:00 committed by Ondřej "Harry" Míchal
parent 03c69894df
commit ecc796246b
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
- name: Pull registry.fedoraproject.org/f33/fedora-toolbox:33
command: podman pull registry.fedoraproject.org/f33/fedora-toolbox:33
- name: Pull registry.fedoraproject.org/f34/fedora-toolbox:34
command: podman pull registry.fedoraproject.org/f34/fedora-toolbox:34
register: _podman
until: _podman.rc == 0
retries: 5