summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRomain Bouvier <skunnyk@alteroot.org>2021-10-13 16:45:02 +0200
committerRomain Bouvier <skunnyk@alteroot.org>2021-10-13 16:45:02 +0200
commit724c75b1662265f27dd6c1bae7c8a078bd657237 (patch)
tree5e4a1a73900929898f48ae93004779f4b6662512
parentbe59ed378f846ea545bf9f0c08c297415162e288 (diff)
downloadxfce4-dev-tools-724c75b1662265f27dd6c1bae7c8a078bd657237.tar.gz
Fix "image:" name in .gitlab-ci.yml
- Type from 64bc66536aaaeded488cf7a3a9d067cea9748545
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 0de6a00..ac02baa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -14,7 +14,7 @@ build-container:
# CI_REGISTRY_PASSWORD=********
IMAGE_TAG: $CI_REGISTRY_IMAGE:$CI_COMMIT_REF_SLUG
LATEST_TAG: $CI_REGISTRY_IMAGE:latest
- image: docker:20.10.9-dind
+ image: docker:20.10.9
# The container build is in the .pre stage in order to ensure it is
# subsequently used for the included build.
stage: .pre