FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 32ae018d authored by Dr Abraham Martin's avatar Dr Abraham Martin
Browse files

Update docker dind

parent 1bb5c6be
No related branches found
No related tags found
1 merge request!4Upgrade dependencies
Pipeline #322134 failed
.docker-image-build:
stage: build
image: docker:19.03.1
image: docker:23-dind
services:
- docker:19.03.1-dind
- docker:23-dind
script:
- docker info
- docker login -u "${CI_REGISTRY_USER}" -p "${CI_REGISTRY_PASSWORD}" "${CI_REGISTRY}"
- docker build -t "${CI_REGISTRY_IMAGE}/${CI_JOB_NAME}" "${CI_JOB_NAME}"
- docker push "${CI_REGISTRY_IMAGE}/${CI_JOB_NAME}"
only:
refs:
- master
apache-oauth2:
extends: .docker-image-build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment