Skip to content
Snippets Groups Projects
Unverified Commit 0d892dc0 authored by Max Adamo's avatar Max Adamo
Browse files

DEV-154 use latest docker image

parent 626a4680
Branches
No related tags found
No related merge requests found
Pipeline #82027 failed
build:
image: docker:20.10.16
image: docker:latest
stage: build
services:
- docker:20.10.16-dind
- docker:latest-dind
script:
- docker login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD $CI_REGISTRY
- docker build -t $CI_COMMIT_BRANCH.$CI_COMMIT_TIMESTAMP .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment