fix circleci deprecated docker version

This commit is contained in:
Kukks 2024-09-17 08:13:08 +02:00
parent 9575cd7919
commit 0348d02c92
No known key found for this signature in database
GPG Key ID: 8E5530D9D1C93097

View File

@ -12,7 +12,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.18
version: 20.10.24
# publish jobs require $DOCKERHUB_USER, $DOCKERHUB_PASS defined
publish_buildx:
@ -21,7 +21,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.18
version: 20.10.24
- run:
command: |
source ".circleci/parse-tag.sh"
@ -39,7 +39,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.18
version: 20.10.24
- run:
command: |
source ".circleci/parse-tag.sh"
@ -57,7 +57,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.18
version: 20.10.24
- run:
command: |
source ".circleci/parse-tag.sh"
@ -82,7 +82,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.18
version: 20.10.24
- run:
command: |
source ".circleci/parse-tag.sh"
@ -109,7 +109,7 @@ jobs:
steps:
- checkout
- setup_remote_docker:
version: 20.10.18
version: 20.10.24
- run:
command: |
source ".circleci/parse-tag.sh"