Commit 9eb7dfa3 authored by George Papathanail's avatar George Papathanail
Browse files

Update .gitlab-ci.yml file

parent 0387d5f7
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ before_script:

build:
  tags: 
    - "shell"
    - "docker"
  stage: build
  script:
    - docker build -t $IMAGE_NAME:$IMAGE_TAG .
@@ -20,7 +20,7 @@ build:

push:
  tags: 
    - "shell"
    - "docker"
  stage: push
  script:
    - echo "$CI_REGISTRY_PASSWORD" | docker login -u "$CI_REGISTRY_USER" $CI_REGISTRY --password-stdin