[gtksourceview/wip/chergert/bump-ci: 1/2] .gitlab-ci: fix parameters in readme




commit 140c6ad6c313efa352762014a6a39de2e059297f
Author: Christian Hergert <chergert redhat com>
Date:   Sat May 14 14:12:14 2022 -0700

    .gitlab-ci: fix parameters in readme

 .gitlab-ci/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci/README.md b/.gitlab-ci/README.md
index e9282005..e78c9577 100644
--- a/.gitlab-ci/README.md
+++ b/.gitlab-ci/README.md
@@ -3,13 +3,13 @@
 In order to build the image used by the CI run the following:
 
 ```shell
-./run-docker.sh build --basename=fedora
+./run-docker.sh build --base=fedora
 ```
 
 And to publish the image
 
 ```shell
-./run-docker.sh push --basename=fedora
+./run-docker.sh push --base=fedora
 ```
 
 For more details, you can run `./run-docker.sh help`


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]