Fix filename templating
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Danny Bessems 2022-07-06 14:52:25 +02:00
parent 405fb5938f
commit 504764af10
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@
- name: Pull and store containerimages - name: Pull and store containerimages
ansible.builtin.command: ansible.builtin.command:
cmd: >- cmd: >-
rm -f {{ ( item | regex_findall('[^/:]+'))[-2] }}.tar:{{ item }}; \ rm -f {{ ( item | regex_findall('[^/:]+'))[-2] }}.tar; \
skopeo copy \ skopeo copy \
docker://{{ item }} \ docker://{{ item }} \
docker-archive:./{{ ( item | regex_findall('[^/:]+'))[-2] }}.tar:{{ item }} docker-archive:./{{ ( item | regex_findall('[^/:]+'))[-2] }}.tar:{{ item }}