ci: use shared ci docker image for docker jobs

Part-of: <https://dev.funkwhale.audio/funkwhale/funkwhale/-/merge_requests/2286>
environments/review-docs-poetr-umn39l/deployments/16928
jo 2023-01-18 23:57:50 +01:00
rodzic 195fb2d8fb
commit 6662408fb3
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -351,10 +351,13 @@ deploy_docs:
.docker_publish:
stage: publish
image: egon0/docker-with-buildx-and-git:bash
image: $CI_REGISTRY/funkwhale/ci/docker
parallel:
matrix:
- COMPONENT: ["api", "front"]
services:
- docker:20-dind
variables:
<<: *keep_git_files_permissions
@ -368,8 +371,6 @@ deploy_docs:
BUILD_PLATFORMS: linux/amd64,linux/arm64,linux/arm/v7
tags:
- multiarch
services:
- docker:20-dind
before_script:
- docker login -u $DOCKER_LOGIN -p $DOCKER_PASSWORD
cache: