Commit bb812c40 authored by Boris Mühmer's avatar Boris Mühmer
Browse files

added tags

parent 7b29f6de
Loading
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -7,6 +7,8 @@ stages:
.Debug Build Environment:
  stage: debug
  image: quay.io/buildah/stable:latest
  tags:
  - perses
  script:
    - env | sort | nl || true
  except:
@@ -17,6 +19,8 @@ stages:
Build Golang Development Docker Image:
  stage: build
  image: quay.io/buildah/stable:latest
  tags:
  - perses
  before_script:
    - buildah login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
  script:
@@ -35,6 +39,8 @@ Build Golang Development Docker Image:
Build TypeScript Development Docker Image:
  stage: build
  image: quay.io/buildah/stable:latest
  tags:
  - perses
  before_script:
    - buildah login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
  script:
@@ -53,6 +59,8 @@ Build TypeScript Development Docker Image:
Build Angular Development Docker Image:
  stage: build
  image: quay.io/buildah/stable:latest
  tags:
  - perses
  before_script:
    - buildah login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
  script: