relabel images

This commit is contained in:
Carl Pearson
2024-09-30 13:48:27 -06:00
parent 1a6ab6e58f
commit 0f320f9481
2 changed files with 6 additions and 6 deletions

View File

@@ -12,8 +12,8 @@ Inside the container, the working directory is /src, we use the volume mount to
## Building the Image Locally
```bash
podman build -f cmake-format-0.6.13.dockerfile -t cmake-format-0.6.13:latest
podman run --rm -v "${PWD}"/src cmake-format-0.6.13:latest cmake-format ...
podman build -f cmake-format-0.6.13.dockerfile -t cmake-format:0.6.13
podman run --rm -v "${PWD}"/src cmake-format:0.6.13 cmake-format ...
```
## Deploy