Skip to content

Commit 76331c7

Browse files
committed
add step "Clean up dangling images"
1 parent 22e17ff commit 76331c7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/code-checks.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -170,10 +170,13 @@ jobs:
170170
cancel-in-progress: true
171171

172172
steps:
173+
- name: Clean up dangling images
174+
run: docker image prune -f
175+
173176
- name: Checkout
174177
uses: actions/checkout@v2
175178
with:
176179
fetch-depth: 0
177180

178-
- name: Build Docker Image
181+
- name: Build image
179182
run: docker build --no-cache --tag pandas-dev-env .

0 commit comments

Comments
 (0)