Skip to content
Snippets Groups Projects
Commit 6b186172 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Adjust gitlab paths

parent 10f4c0d1
No related branches found
No related tags found
No related merge requests found
Pipeline #12247 passed
image: registry.gitlab.tugraz.at/dbp/webcomponents/toolkit/main:v1 image: registry.gitlab.tugraz.at/dbp/web-components/toolkit/main:v1
stages: stages:
- test - test
......
#!/bin/bash #!/bin/bash
set -e set -e
TAG="registry.gitlab.tugraz.at/dbp/webcomponents/toolkit/main:v1" TAG="registry.gitlab.tugraz.at/dbp/web-components/toolkit/main:v1"
sudo docker build --tag "${TAG}" --file "Dockerfile" . sudo docker build --tag "${TAG}" --file "Dockerfile" .
echo "Now run: sudo docker push '$TAG'" echo "Now run: sudo docker push '$TAG'"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment