Skip to content

Commit 35e88e3

Browse files
ggormanCopilot
andauthored
Update pytest-gpu.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent daa6a6b commit 35e88e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pytest-gpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,6 @@ jobs:
128128
- name: Clean up test image
129129
if: always()
130130
run: |
131-
docker rmi -f "${DOCKER_IMAGE}" || true # drop the tag
131+
docker rmi -f "${DOCKER_IMAGE}" || true # remove the image
132132
docker system prune -f # free dangling layers
133133

0 commit comments

Comments
 (0)