Update docker Docker tag to v20.10.24
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
@@ -7,7 +7,7 @@ trigger:
|
||||
|
||||
steps:
|
||||
- name: docker-login
|
||||
image: docker:20.10.16-dind
|
||||
image: docker:20.10.24-dind
|
||||
privileged: true
|
||||
environment:
|
||||
DOCKER_BUILDKIT: 1
|
||||
@@ -19,7 +19,7 @@ steps:
|
||||
- echo "$DOCKER_PASSWORD" | docker login -u "$DOCKER_USERNAME" --password-stdin
|
||||
|
||||
- name: create-builder
|
||||
image: docker:20.10.16-dind
|
||||
image: docker:20.10.24-dind
|
||||
privileged: true
|
||||
environment:
|
||||
DOCKER_BUILDKIT: 1
|
||||
@@ -27,7 +27,7 @@ steps:
|
||||
- docker buildx create --use --name multi-builder || docker buildx use multi-builder
|
||||
|
||||
- name: bootstrap
|
||||
image: docker:20.10.16-dind
|
||||
image: docker:20.10.24-dind
|
||||
privileged: true
|
||||
environment:
|
||||
DOCKER_BUILDKIT: 1
|
||||
@@ -35,7 +35,7 @@ steps:
|
||||
- docker buildx inspect --bootstrap
|
||||
|
||||
- name: build-push
|
||||
image: docker:20.10.16-dind
|
||||
image: docker:20.10.24-dind
|
||||
privileged: true
|
||||
environment:
|
||||
DOCKER_BUILDKIT: 1
|
||||
|
Reference in New Issue
Block a user