Commit 8db04a16 authored by George Papathanail's avatar George Papathanail
Browse files

test bash runner

parent 0dc3e23d
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -10,6 +10,8 @@ before_script:
  - docker info

build:
  tags: 
    - "shell"
  stage: build
  script:
    - docker build -t $IMAGE_NAME:$IMAGE_TAG .
@@ -17,6 +19,8 @@ build:
    - main

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