Skip to content
Snippets Groups Projects
Verified Commit f80e2684 authored by Georg Krause's avatar Georg Krause
Browse files

Use egon0s docker image to have bash available

parent dbcc4308
No related branches found
No related tags found
No related merge requests found
...@@ -245,7 +245,7 @@ pages: ...@@ -245,7 +245,7 @@ pages:
docker_release: docker_release:
stage: deploy stage: deploy
image: docker:20 image: egon0/docker-with-buildx-and-git:bash
services: services:
- docker:20-dind - docker:20-dind
before_script: before_script:
...@@ -268,7 +268,9 @@ docker_release: ...@@ -268,7 +268,9 @@ docker_release:
docker_all_in_one_release: docker_all_in_one_release:
stage: deploy stage: deploy
image: egon0/docker-with-buildx-and-git image: egon0/docker-with-buildx-and-git:bash
services:
- docker:20-dind
variables: variables:
ALL_IN_ONE_REF: main 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 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment