summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2022-05-14 14:12:14 -0700
committerChristian Hergert <chergert@redhat.com>2022-05-14 14:12:59 -0700
commit140c6ad6c313efa352762014a6a39de2e059297f (patch)
tree5558c030ef97897e1809bc1c12934d1d2fd88018 /.gitlab-ci
parent82ac96b55fcde0c8b3623c68dfb4ae04644db350 (diff)
downloadgtksourceview-140c6ad6c313efa352762014a6a39de2e059297f.tar.gz
.gitlab-ci: fix parameters in readme
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/README.md4
1 files 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`