Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorAntenore Gatta (tmow) <antenore@simbiosi.org>2021-10-12 15:05:34 +0300
committerAntenore Gatta (tmow) <antenore@simbiosi.org>2021-10-12 15:05:34 +0300
commit8b83daf34497bfd5c72419abe779372dd702f65e (patch)
tree46d217b062231d22fb17fb14a416bf33b67022c8 /ci
parentc71e76c7a3095115a82e9f34601b6eef4a6d832b (diff)
Rollback Let's Encrypt SSL workaround
Diffstat (limited to 'ci')
-rw-r--r--ci/README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/ci/README.md b/ci/README.md
index db79d75df..98f3994d4 100644
--- a/ci/README.md
+++ b/ci/README.md
@@ -2,15 +2,15 @@
To update/push images you need permissions for this repository:
-https://cloud.docker.com/u/remmina/repository/docker/remmina/ubuntu
+https://gitlab.com/Remmina/Remmina/container_registry/
To build and push:
```shell
# cd where is the Dockerfile
-# login with your docker account
-docker build -t remmina/ubuntu:18.04 --no-cache --force-rm --compress .
-docker push remmina/ubuntu:18.04
+# login with your Gitlab account and a personal access token
+docker build -t registry.gitlab.com/remmina/remmina/ubuntu:20.04 --no-cache --force-rm --compress .
+docker push registry.gitlab.com/remmina/remmina/ubuntu:20.04
```