Skip to content

Commit

Permalink
ci - remove caching because it doesnt work
Browse files Browse the repository at this point in the history
not worth trying to fix/re-introduce at this scale
  • Loading branch information
itewk committed Oct 18, 2024
1 parent ac9fd7a commit dbcc44a
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,7 @@ jobs:
run: pip install ansible-builder

- name: Crate Ansible EE container image context 🛠
run: ansible-builder create -v3

- name: cache podman storage 🗃
uses: actions/cache@v4
with:
path: ~/.local/share/containers/storage
key: podman-storage-${{ matrix.platform }}
run: ansible-builder create -v3

- name: Extract architecture name from platform name 🔎
run: |
Expand Down

0 comments on commit dbcc44a

Please sign in to comment.