diff --git a/README.md b/README.md index 8d125bd..9399e1d 100644 --- a/README.md +++ b/README.md @@ -23,15 +23,15 @@ Login using docker login Then build and push the file-watcher container ```shell -docker build . -f ./container/file_watcher.D -t ghcr.io/fiaisisfilewatcher -docker push ghcr.io/fiaisisfilewatcher -a +docker build . -f ./container/file_watcher.D -t ghcr.io/fiaisis/filewatcher +docker push ghcr.io/fiaisis/filewatcher -a ``` Then build and push the file-watcher-operator container ```shell -docker build . -f ./container/file_watcher_operator.D -t ghcr.io/fiaisisfilewatcher-operator -docker push ghcr.io/fiaisisfilewatcher-operator -a +docker build . -f ./container/file_watcher_operator.D -t ghcr.io/fiaisis/filewatcher-operator +docker push ghcr.io/fiaisis/filewatcher-operator -a ``` The file-watcher container, when updated needs to be updated in each of the CRDs controlled by the file watcher operator.