Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zheyang0825 committed Mar 20, 2024
1 parent fab2250 commit 4bd95ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
# Specify the execution environment. You can specify an image from Dockerhub or use one of our Convenience Images from CircleCI's Developer Hub.
# See: https://circleci.com/docs/2.0/configuration-reference/#docker-machine-macos-windows-executor
docker:
- image: registry.hub.docker.com/secretflow/ubuntu-base-ci:0.4
- image: secretflow/ubuntu-base-ci:latest
resource_class: large
# Add steps to the job
# See: https://circleci.com/docs/2.0/configuration-reference/#steps
Expand All @@ -50,7 +50,7 @@ jobs:
linux_publish:
docker:
- image: registry.hub.docker.com/secretflow/release-ci:0.7
- image: secretflow/release-ci:latest
resource_class: large
shell: /bin/bash --login -eo pipefail
steps:
Expand Down

0 comments on commit 4bd95ae

Please sign in to comment.