From f80e26843b8c5449ff64115148a019a63e8cf466 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Thu, 9 Sep 2021 17:32:41 +0200 Subject: [PATCH] Use egon0s docker image to have bash available --- .gitlab-ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ed18d9d1f..ee762bc26 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -245,7 +245,7 @@ pages: docker_release: stage: deploy - image: docker:20 + image: egon0/docker-with-buildx-and-git:bash services: - docker:20-dind before_script: @@ -268,7 +268,9 @@ docker_release: docker_all_in_one_release: stage: deploy - image: egon0/docker-with-buildx-and-git + image: egon0/docker-with-buildx-and-git:bash + services: + - docker:20-dind variables: ALL_IN_ONE_REF: main ALL_IN_ONE_ARTIFACT_URL: https://dev.funkwhale.audio/funkwhale/funkwhale-docker-all-in-one/-/archive/$ALL_IN_ONE_REF/funkwhale-docker-all-in-one-$ALL_IN_ONE_REF.zip