Skip to content
Snippets Groups Projects
Commit 98668604 authored by Dragos Iulian Argint's avatar Dragos Iulian Argint
Browse files

Change the docker image name


Signed-off-by: default avatarDragos Iulian Argint <dragosargint21@gmail.com>
parent 32f0f87f
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,6 @@ build:
checker:
stage: test
image:
name: gitlab.cs.pub.ro:5050/vmchecker/vmchecker-next-assignment
name: gitlab.cs.pub.ro:5050/so2/0-list
script:
- echo ""
FROM jokeswar/base-ctl
FROM gitlab.cs.pub.ro:5050/so2/so2-assignments
RUN echo "Hello from Docker"
......
......@@ -9,7 +9,7 @@ cd "$(dirname "$0")" || exit 1
RED='\033[0;31m'
NC='\033[0m'
DEFAULT_IMAGE_NAME="$(basename "$(pwd)")"
DEFAULT_IMAGE_NAME="so2/0-list"
DEFAULT_TAG='latest'
DEFAULT_REGISTRY='gitlab.cs.pub.ro:5050'
......
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