Skip to content

Commit 7319000

Browse files
Hector AzpuruaHector Azpurua
authored andcommitted
fix stop compose with linux nogpu
1 parent 427a28a commit 7319000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-amd64.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ jobs:
7878
run: docker ps -a
7979

8080
- name: Stop and remove containers
81-
run: docker compose -f compose_linux_host.yaml down
81+
run: docker compose -f compose_linux_nogpu.yaml down

0 commit comments

Comments
 (0)