ci: Fix pulled image name

I made a mistake in previous commit and did not update the pulled image
name.
This commit is contained in:
Ondřej Míchal 2021-02-17 15:55:55 +01:00
parent aa0ec80e07
commit b0407a1f6e

View file

@ -38,8 +38,8 @@
- name: Check versions of crucial packages
command: rpm -q golang podman crun conmon fuse-overlayfs flatpak-session-helper
- 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