Use egon0s docker image to have bash available
This commit is contained in:
parent
dbcc430813
commit
f80e26843b
|
@ -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:
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue