Skip to content

Commit bf226ff

Browse files
committed
Added explicit stop
1 parent 918d456 commit bf226ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ jobs:
5858
echo "$GHCR_TOKEN" | docker login ghcr.io -u "$GHCR_USER" --password-stdin
5959
docker pull "$IMAGE"
6060
61-
# Tear down any running containers from this image.
6261
# Tear down the named container (if any)
62+
docker stop muzzle 2>/dev/null || true
6363
docker rm -f muzzle 2>/dev/null || true
6464
6565
# Hand off to your existing startup script which handles volume

0 commit comments

Comments
 (0)