Merge branch 'renovate/docker-24.x' into 'main'
Update docker Docker tag to v24.0.9 See merge request soapbox-pub/soapbox!2933
This commit is contained in:
commit
bc392d826e
1 changed files with 2 additions and 2 deletions
|
@ -111,9 +111,9 @@ pages:
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
image: docker:24.0.7
|
image: docker:24.0.9
|
||||||
services:
|
services:
|
||||||
- docker:24.0.7-dind
|
- docker:24.0.9-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 a new issue