Use new images for export/import tests. (#905)

This commit is contained in:
Felix Fontein 2024-06-29 19:20:24 +02:00 committed by GitHub
parent 81cabbf697
commit 2ce838ab92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -6,8 +6,8 @@
- set_fact: - set_fact:
image_names: image_names:
- "{{ docker_test_image_hello_world }}" - "{{ docker_test_image_hello_world }}"
- "{{ docker_test_image_alpine_different }}" - "{{ docker_test_image_simple_1 }}"
- "{{ docker_test_image_alpine }}" - "{{ docker_test_image_simple_2 }}"
- name: Make sure images are there - name: Make sure images are there
docker_image_pull: docker_image_pull:

View File

@ -6,8 +6,8 @@
- set_fact: - set_fact:
image_names: image_names:
- "{{ docker_test_image_hello_world }}" - "{{ docker_test_image_hello_world }}"
- "{{ docker_test_image_alpine_different }}" - "{{ docker_test_image_simple_1 }}"
- "{{ docker_test_image_alpine }}" - "{{ docker_test_image_simple_2 }}"
- name: Make sure images are there - name: Make sure images are there
docker_image_pull: docker_image_pull: