Skip to content

Commit da8e1bb

Browse files
committed
Remove Candlepin container image
1 parent 918739c commit da8e1bb

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tests/tasks/cleanup_candlepin_container.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,8 @@
1414
command: podman rm candlepin
1515
changed_when: true
1616
when: '"candlepin" in __rhc_candlepin_container.stdout'
17+
18+
- name: Remove Candlepin container image
19+
command: podman rmi ghcr.io/ptoscano/candlepin-unofficial
20+
changed_when: true
21+
when: '"candlepin" in __rhc_candlepin_container.stdout'

0 commit comments

Comments
 (0)