From 5c13a63bed8bc6b234058cec60eda680fb966778 Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Sat, 28 Dec 2024 15:09:22 +0100 Subject: [PATCH] doc(README): use absolute container image name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88fcca3..eb7ddd9 100644 --- a/README.md +++ b/README.md @@ -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 ```