Skip to content

Commit

Permalink
ci: ovn-kubernetes: Remove container image after load.
Browse files Browse the repository at this point in the history
The image is quite large and we're low on space.

Signed-off-by: Dumitru Ceara <dceara@redhat.com>
Acked-by: Numan Siddique <numans@ovn.org>
  • Loading branch information
dceara committed Aug 15, 2023
1 parent 5574a6a commit 6b855d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ovn-kubernetes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:

- name: Load docker image
run: |
docker load --input image.tar
docker load --input image.tar && rm -rf image.tar
- name: kind setup
run: |
Expand Down

0 comments on commit 6b855d9

Please sign in to comment.