Skip to content

Commit

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

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

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

0 comments on commit cf001f4

Please sign in to comment.