mirror of
https://gitlab.com/Bockiii/deemix-docker.git
synced 2024-08-30 17:32:18 +00:00
Use docker:19 as image
This commit is contained in:
parent
06a37d4038
commit
91d33c69e5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user