mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00
doc: Update Docker CI instructions
This commit is contained in:
parent
e7ff3ca43f
commit
3d6a25e530
@ -105,10 +105,13 @@ The following changes are allowed (after careful consideration):
|
||||
|
||||
## Updating the CI Docker image
|
||||
|
||||
Note that the CI image is used for libxslt as well. Run the following
|
||||
commands with the Dockerfile in the .gitlab-ci directory:
|
||||
Note that the CI image is used for libxslt as well. First create a
|
||||
GitLab access token with `read_registry` and `write_registry`
|
||||
permissions. Then run the following commands with the Dockerfile in the
|
||||
.gitlab-ci directory:
|
||||
|
||||
docker login registry.gitlab.gnome.org
|
||||
docker login -u <username> -p <access_token> \
|
||||
registry.gitlab.gnome.org
|
||||
docker build -t registry.gitlab.gnome.org/gnome/libxml2 - \
|
||||
< .gitlab-ci/Dockerfile
|
||||
docker push registry.gitlab.gnome.org/gnome/libxml2
|
||||
|
Loading…
x
Reference in New Issue
Block a user