Open ymoriaud opened 4 months ago
I've checked manage.ps1 scripts, I followed them and the image paths they were pointing to
manage.ps1
ghcr.io/fatfish-lab/ayon-aquarium-processor:0.0.4
ghcr.io/fatfish-lab/ayon-aquarium-leecher:0.0.4
side note, package.py should point to the same paths e.g.
package.py
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
I've checked
manage.ps1
scripts, I followed them and the image paths they were pointing toghcr.io/fatfish-lab/ayon-aquarium-processor:0.0.4
ghcr.io/fatfish-lab/ayon-aquarium-leecher:0.0.4
side note,
package.py
should point to the same paths e.g.Originally posted by @MustafaJafar in https://github.com/ynput/ayon-aquarium/issues/1#issuecomment-2203685128