Use egon0s docker image to have bash available

environments/review-front-fix-fhp6gl/deployments/7988
Georg Krause 2021-09-09 17:32:41 +02:00
rodzic dbcc430813
commit f80e26843b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: FD479B9A4D48E632
1 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -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