Use docker:19 as image

This commit is contained in:
Bocki 2021-10-18 18:32:17 +00:00 committed by Henning Bocklage
parent 06a37d4038
commit 91d33c69e5

View File

@ -1,4 +1,4 @@
image: docker:latest
image: docker:19
services:
- docker:dind
@ -31,4 +31,4 @@ build:
- docker buildx create --name multibuilder
- docker buildx use multibuilder
# build and push
- docker buildx build --platform "${PLATFORMS}" -t $IMAGE:${IMAGE_TAG} . --push
- docker buildx build --platform "${PLATFORMS}" -t $IMAGE:${IMAGE_TAG} . --push