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

Update docker image path

parent 57d79be9
No related branches found
No related tags found
No related merge requests found
Pipeline #12232 passed
image: registry.gitlab.tugraz.at/vpu/webcomponents/toolkit/main:v1
image: registry.gitlab.tugraz.at/vpu/webcomponents/dbp-toolkit/main:v1
stages:
- test
......
#!/bin/bash
set -e
TAG="registry.gitlab.tugraz.at/vpu/webcomponents/toolkit/main:v1"
TAG="registry.gitlab.tugraz.at/vpu/webcomponents/dbp-toolkit/main:v1"
sudo docker build --tag "${TAG}" --file "Dockerfile" .
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