Update docker Docker tag to v20.10.22
This commit is contained in:
parent
6afdb4f4b2
commit
d16cd7b993
|
@ -149,9 +149,9 @@ pages:
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: docker:20.10.17
|
image: docker:20.10.22
|
||||||
services:
|
services:
|
||||||
- docker:20.10.17-dind
|
- docker:20.10.22-dind
|
||||||
tags:
|
tags:
|
||||||
- dind
|
- dind
|
||||||
# https://medium.com/devops-with-valentine/how-to-build-a-docker-image-and-push-it-to-the-gitlab-container-registry-from-a-gitlab-ci-pipeline-acac0d1f26df
|
# https://medium.com/devops-with-valentine/how-to-build-a-docker-image-and-push-it-to-the-gitlab-container-registry-from-a-gitlab-ci-pipeline-acac0d1f26df
|
||||||
|
|
Loading…
Reference in New Issue