Skip to content

Commit

Permalink
ignore latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jingshi-ant committed Apr 3, 2024
1 parent 227101b commit fa497dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/release-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ jobs:
echo $TAG
docker buildx create --name scql-image-builder --platform linux/arm64,linux/amd64 --use
docker buildx build --platform linux/arm64,linux/amd64 -f scql-ubuntu.Dockerfile -t secretflow/scql:$TAG --push .
docker buildx build --platform linux/arm64,linux/amd64 -f scql-ubuntu.Dockerfile -t secretflow/scql:latest --push .
docker buildx build --platform linux/arm64,linux/amd64 -f scql-ubuntu.Dockerfile -t secretflow/scql:stable --push .
# Invoke jobs via workflows
Expand Down

0 comments on commit fa497dc

Please sign in to comment.