Skip to content

Commit

Permalink
build: bump up ci setup_remote_docker version (#8942)
Browse files Browse the repository at this point in the history
for *package* jobs

(cherry picked from commit 0d61d15)
  • Loading branch information
hamidzr authored and determined-ci committed Mar 4, 2024
1 parent f0d9768 commit ad84759
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/real_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1277,7 +1277,7 @@ jobs:
- attach_workspace:
at: .
- setup_remote_docker:
version: 20.10.18
version: previous
- pre-package-and-push-system:
check: false
- make-package
Expand Down Expand Up @@ -1310,7 +1310,7 @@ jobs:
at: .
- reinstall-go
- setup_remote_docker:
version: 20.10.18
version: previous
- login-docker:
username: ${DOCKER_USER}
password: ${DOCKER_PASS}
Expand Down Expand Up @@ -1349,7 +1349,7 @@ jobs:
at: .
- reinstall-go
- setup_remote_docker:
version: 20.10.18
version: previous
- login-docker:
username: ${DOCKER_USER}
password: ${DOCKER_PASS}
Expand Down Expand Up @@ -1379,7 +1379,7 @@ jobs:
at: .
- reinstall-go
- setup_remote_docker:
version: 20.10.18
version: previous
- login-docker:
username: ${DOCKER_USER}
password: ${DOCKER_PASS}
Expand Down

0 comments on commit ad84759

Please sign in to comment.