ynput / ayon-aquarium

AYON addon for Aquarium integration
https://ayon.ynput.io/features?addons=aquarium
Apache License 2.0
0 stars 1 forks source link

Change docker image URL in the package.py #9

Open ymoriaud opened 2 months ago

ymoriaud commented 2 months ago

I've checked manage.ps1 scripts, I followed them and the image paths they were pointing to

side note, package.py should point to the same paths e.g.

services = {
    "leecher": {"image": f"ghcr.io/fatfish-lab/ayon-aquarium-leecher:{version}"},
    "processor": {"image": f"ghcr.io/fatfish-lab/ayon-aquarium-processor:{version}"}
}

Originally posted by @MustafaJafar in https://github.com/ynput/ayon-aquarium/issues/1#issuecomment-2203685128