test/system: Update pre-pulled image for Rawhide
Current Rawhide is actually version 33. So the appropriate image should be pre-pulled. Because of the old version of image being pulled, the tests were failing.
This commit is contained in:
parent
1e2232762c
commit
2d18f295a7
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
- name: Pull registry.fedoraproject.org/f32/fedora-toolbox:32
|
||||
command: podman pull registry.fedoraproject.org/f32/fedora-toolbox:32
|
||||
- name: Pull registry.fedoraproject.org/f33/fedora-toolbox:33
|
||||
command: podman pull registry.fedoraproject.org/f33/fedora-toolbox:33
|
||||
register: _podman
|
||||
until: _podman.rc == 0
|
||||
retries: 5
|
||||
|
|
Loading…
Reference in a new issue