gitlabci.yml use dind/python 4.10.5

clj-bb-rewrite
Mirco 6 months ago
parent 2455ea0ff0
commit ee20925e04

@ -4,14 +4,14 @@ stages:
- image
.py: &py
image: "domaindrivenarchitecture/ddadevops-python:4.10.0"
image: "domaindrivenarchitecture/ddadevops-python:4.10.5"
before_script:
- export RELEASE_ARTIFACT_TOKEN=$MEISSA_REPO_BUERO_RW
- python --version
- pip install -r requirements.txt
.img: &img
image: "domaindrivenarchitecture/ddadevops-dind:4.10.0"
image: "domaindrivenarchitecture/ddadevops-dind:4.10.5"
services:
- docker:dind
before_script:

Loading…
Cancel
Save