Skip to content

Commit

Permalink
tag latest runtime api image as latest
Browse files Browse the repository at this point in the history
  • Loading branch information
shawnrushefsky committed Jan 15, 2025
1 parent 88f384a commit 8b8d954
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/push-api-images
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ bases=("runtime" "devel")

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
done
done

docker tag ghcr.io/saladtechnologies/comfyui-api:comfy$comfy_version-api$api_version-torch$torch_version-cuda$cuda_version-runtime ghcr.io/saladtechnologies/comfyui-api:latest
docker push ghcr.io/saladtechnologies/comfyui-api:latest

0 comments on commit 8b8d954

Please sign in to comment.