Skip to content

Commit

Permalink
chore(CI): Also remove docker images to free disk space
Browse files Browse the repository at this point in the history
  • Loading branch information
jim60105 authored Aug 28, 2023
1 parent a0815f3 commit 5f55188
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
dotnet: true
haskell: true
large-packages: true
docker-images: false
docker-images: true
swap-storage: false

- name: Checkout
Expand Down Expand Up @@ -149,7 +149,7 @@ jobs:
dotnet: true
haskell: true
large-packages: true
docker-images: false
docker-images: true
swap-storage: false

- name: Checkout
Expand Down

0 comments on commit 5f55188

Please sign in to comment.