mirror of
https://github.com/JasonN3/build-container-installer.git
synced 2025-12-25 10:57:55 +01:00
don't fail if exists
This commit is contained in:
parent
3938fc7248
commit
7807e0d806
1 changed files with 2 additions and 1 deletions
|
|
@ -90,7 +90,8 @@ runs:
|
|||
- name: Ensure cache directories exist
|
||||
shell: bash
|
||||
run: |
|
||||
mkdir /cache/dnf /cache/skopeo
|
||||
mkdir /cache/dnf || true
|
||||
mkdir /cache/skopeo || true
|
||||
|
||||
- name: Run docker image
|
||||
shell: bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue