gitlab-ci: docker:git has become stable, so switch to stable tag

When this job was implemented, it needed the "git" tag.  Now that it works,
still with the stable tag.
This commit is contained in:
Hans-Christoph Steiner 2024-03-06 14:50:24 +01:00
parent 7b45ea7898
commit 3560a2522a
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA
1 changed files with 1 additions and 1 deletions

View File

@ -647,7 +647,7 @@ docker:
- buildserver/*
variables:
- $CI_COMMIT_BRANCH == "master" || $CI_PROJECT_NAMESPACE != "fdroid"
image: docker:git
image: docker:dind
services:
- docker:dind
variables: