Skip to content

Commit

Permalink
Remove unused composite action
Browse files Browse the repository at this point in the history
  • Loading branch information
nialdaly committed Jan 9, 2025
1 parent 483a201 commit 8824dfe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
23 changes: 0 additions & 23 deletions .github/actions/action.yml

This file was deleted.

4 changes: 1 addition & 3 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ jobs:

- name: Load cached image
if: steps.cloud-provider-kind-cache.outputs.cache-hit == 'true'
run: |
docker load < /tmp/cloud-provider-kind-image
docker image ls
run: docker load < /tmp/cloud-provider-kind-image

- name: Set up Docker Buildx
if: steps.cloud-provider-kind-cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 8824dfe

Please sign in to comment.