Skip to content

Commit

Permalink
docs(docker): RELEASE tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Sep 24, 2024
1 parent 462f263 commit b705fd4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/docker/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Verify the source tree.

```
# Remove all old podman images
podman rmi $(podman images -qa) -f && podman rmi $(podman images -qa) -f
podman rmi $(podman images -qa) -f
podman rmi $(podman images -qa) -f
pixi run build-docker-images --with-debug --multiarch
# DockerHub credential environmental variables must be set
Expand Down

0 comments on commit b705fd4

Please sign in to comment.