Skip to content

Commit b705fd4

Browse files
committed
docs(docker): RELEASE tweak
1 parent 462f263 commit b705fd4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/docker/RELEASE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ Verify the source tree.
44

55
```
66
# Remove all old podman images
7-
podman rmi $(podman images -qa) -f && podman rmi $(podman images -qa) -f
7+
podman rmi $(podman images -qa) -f
8+
podman rmi $(podman images -qa) -f
89
pixi run build-docker-images --with-debug --multiarch
910
1011
# DockerHub credential environmental variables must be set

0 commit comments

Comments
 (0)