Skip to content

Commit

Permalink
fix release workflow (#310)
Browse files Browse the repository at this point in the history
  • Loading branch information
tongke6 authored Jun 24, 2024
1 parent dfdfbe5 commit b0b0305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/release-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
ls ./linux/arm64
ls ./scripts
TAG=$(grep "version" version.txt | awk -F'"' '{print $2}')
TAG=$(grep "version" ../version.txt | awk -F'"' '{print $2}')
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 .
Expand Down

0 comments on commit b0b0305

Please sign in to comment.