Skip to content

Commit

Permalink
Fix cache invalidation command
Browse files Browse the repository at this point in the history
  • Loading branch information
gerrod3 committed Oct 22, 2024
1 parent c8c83b8 commit 9f9346a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/base_images/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ runs:
run: |
echo "Deleting existing cache for ${{ steps.hash_key.outputs.base_cache_key }}"
gh extension install actions/gh-actions-cache
gh actions-cache delete "base-images=${{ steps.hash_key.outputs.base_cache_key }}" --R ${{ github.repository }} -B ${{ github.ref }} --confirm
gh actions-cache delete "base-images=${{ steps.hash_key.outputs.base_cache_key }}" -R ${{ github.repository }} -B ${{ github.ref }} --confirm
shell: bash

- name: Cache podman images
Expand Down

0 comments on commit 9f9346a

Please sign in to comment.