Skip to content

Commit

Permalink
publish runtime second
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnrushefsky committed Jan 15, 2025
1 parent 504279a commit 7d9d905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/push-api-images
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ cuda_version=${3:-12.1}
current_api_version=$(cat ../package.json | jq -r '.version')
api_version=${4:-$current_api_version}

bases=("runtime" "devel")
bases=("devel" "runtime")

for base in "${bases[@]}"; do
docker push ghcr.io/saladtechnologies/comfyui-api:comfy$comfy_version-api$api_version-torch$torch_version-cuda$cuda_version-$base
Expand Down

0 comments on commit 7d9d905

Please sign in to comment.