diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index df7d5559bcaaaf10d9695db2af3aa2c6c0a7a1a5..1a9ce1676d8977dd0854f85f24cca7c71c4eb484 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: registry.gitlab.tugraz.at/dbp/topics/signature/main:v1 +image: registry.gitlab.tugraz.at/dbp/esign/signature/main:v1 cache: key: $CI_PROJECT_PATH diff --git a/.gitlab-ci/README.md b/.gitlab-ci/README.md index 6c0de8365d6a8326cfffb60669a1464144fb55e4..6baf40905269b423c7bb53e15eec433d4efd927e 100644 --- a/.gitlab-ci/README.md +++ b/.gitlab-ci/README.md @@ -1,4 +1,4 @@ * In case of an incompatible change increase the tag version number in build.sh * ./build.sh * (first time) sudo docker login registry.gitlab.tugraz.at -* sudo docker push registry.gitlab.tugraz.at/dbp/topics/signature/main:v1 \ No newline at end of file +* sudo docker push registry.gitlab.tugraz.at/dbp/esign/signature/main:v1 \ No newline at end of file diff --git a/.gitlab-ci/build.sh b/.gitlab-ci/build.sh index 93a13bbcca701176fba9104a78c9c51e1435c1ee..abbf72a3a074999f8d5364573469772bafac7ee5 100755 --- a/.gitlab-ci/build.sh +++ b/.gitlab-ci/build.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -TAG="registry.gitlab.tugraz.at/dbp/topics/signature/main:v1" +TAG="registry.gitlab.tugraz.at/dbp/esign/signature/main:v1" sudo docker build --tag "${TAG}" --file "Dockerfile" . sudo docker run --rm --security-opt label=disable \ --volume "$(pwd)/..:/home/user/app" --workdir "/home/user/app" \ diff --git a/README.md b/README.md index 64a65e85d40420ab9c054d28d430a61ed4e56a40..b8d0b6f15b2d1f1995f2f8142fada936e0d4f0ed 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # Digital Signing Application -[GitLab Repository](https://gitlab.tugraz.at/dbp/topics/signature) +[GitLab Repository](https://gitlab.tugraz.at/dbp/esign/signature) ## Local development ```bash # get the source -git clone git@gitlab.tugraz.at:dbp/topics/signature.git +git clone git@gitlab.tugraz.at:dbp/esign/signature.git cd signature git submodule update --init diff --git a/package.json b/package.json index 846ff7b0fa0768793efe6ad72cc65762faa8d485..a084e1999bd9a1533df4df730bfb14d124364e16 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "license": "LGPL-2.1-or-later", "repository": { "type": "git", - "url": "https://gitlab.tugraz.at/dbp/topics/signature.git" + "url": "https://gitlab.tugraz.at/dbp/esign/signature.git" }, "private": true, "workspaces": [