Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Philipp Wolfer
funkwhale
Commits
f80e2684
Verified
Commit
f80e2684
authored
Sep 09, 2021
by
Georg Krause
Browse files
Use egon0s docker image to have bash available
parent
dbcc4308
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
f80e2684
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment