playbooks: Bump fedora-toolbox image to f34 for Rawhide
This commit is contained in:
parent
03c69894df
commit
ecc796246b
|
|
@ -1,5 +1,5 @@
|
||||||
- name: Pull registry.fedoraproject.org/f33/fedora-toolbox:33
|
- name: Pull registry.fedoraproject.org/f34/fedora-toolbox:34
|
||||||
command: podman pull registry.fedoraproject.org/f33/fedora-toolbox:33
|
command: podman pull registry.fedoraproject.org/f34/fedora-toolbox:34
|
||||||
register: _podman
|
register: _podman
|
||||||
until: _podman.rc == 0
|
until: _podman.rc == 0
|
||||||
retries: 5
|
retries: 5
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue