doc(README): use absolute container image name
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Markus Pesch 2024-12-28 15:09:22 +01:00
parent 9ddcc5937a
commit 5c13a63bed
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982

View File

@ -17,7 +17,7 @@ $ docker run \
--workdir /workspace \
--volume ${PWD}/workspace:rw \
--rm \
volkerraschek/rpm-builder:latest \
docker.io/volkerraschek/rpm-builder:latest \
--arch=x86_64 \
--epoch=0 \
--version=0.1.0 \
@ -35,6 +35,6 @@ You get on overview of all possible sub commands via `--help` or visit the
```bash
$ docker run \
--rm \
volkerraschek/rpm-builder:latest \
docker.io/volkerraschek/rpm-builder:latest \
--help
```