Skip to content
Snippets Groups Projects

2022 12 16 fix ci

Merged Levi Pfantz requested to merge 2022-12-16-fix-ci into develop
1 file
+ 8
8
Compare changes
  • Side-by-side
  • Inline
+ 8
8
@@ -15,11 +15,11 @@ stages:
create the Gridded GLM buildbucket:
stage: buildbucket_build
image: docker:19.03.1
image: docker:20.10
tags:
- docker
services:
- docker:19.03.1-dind
- docker:dind
script:
- docker login --username $CI_REGISTRY_USER --password $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker build -f buildbucket/Dockerfile --tag $BUILDBUCKET_IMAGE:$CI_COMMIT_SHORT_SHA --cache-from $BUILDBUCKET_IMAGE:latest buildbucket/
@@ -27,11 +27,11 @@ create the Gridded GLM buildbucket:
create the Gridded GLM package:
stage: gridded_glm_build
image: docker:19.03.1
image: docker:20.10
tags:
- docker
services:
- docker:19.03.1-dind
- docker:dind
script:
- docker login --username $CI_REGISTRY_USER --password $CI_REGISTRY_PASSWORD $CI_REGISTRY
# Creates the gridded GLM package
@@ -55,11 +55,11 @@ run tests:
push our images with version tags:
stage: release
image: docker:19.03.1
image: docker:20.10
tags:
- docker
services:
- docker:19.03.1-dind
- docker:dind
rules:
- if: '$CI_COMMIT_TAG'
script:
@@ -75,11 +75,11 @@ push our images with version tags:
push our images as latest tags:
stage: release
image: docker:19.03.1
image: docker:20.10
tags:
- docker
services:
- docker:19.03.1-dind
- docker:dind
script:
- docker login --username $CI_REGISTRY_USER --password $CI_REGISTRY_PASSWORD $CI_REGISTRY
# buildbucket
Loading