From 3390cf27142c39a904edf85e8affb5cd274f2bad Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Wed, 4 Jan 2023 22:40:28 +0100 Subject: [PATCH] docs(readme): update image name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f344b18..d83331e 100644 --- a/README.md +++ b/README.md @@ -18,12 +18,12 @@ Build the docker image with the following commands: docker build -t deblan/woodpecker-email:latest . ``` -This will create a Docker image called `drillster/drone-email:latest`. +This will create a Docker image called `deblan/woodpecker-email:latest`. Please note incorrectly building the image for the correct x64 linux and with GCO disabled will result in an error when running the Docker image: ``` docker: Error response from daemon: Container command -'/bin/drone-email' not found or does not exist.. +'/bin/woodpecker-email' not found or does not exist.. ``` ### Example