You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Works as expected. This seems to just be an issue with the image tagging (i was able to get a run working locally by adding the nightly tag to the image in the docker-compose.yml
Maybe adding a latest tag on ghcr.io would result in a default run being possible?
The text was updated successfully, but these errors were encountered:
When I try to run
docker compose up --build
I get the following error:docker: Error response from daemon: manifest for rmi-pacta/workflow.pacta not found.
Looking at the
docker-compose.yml
I have:When I run:
I get the same error, however running:
Works as expected. This seems to just be an issue with the image tagging (i was able to get a run working locally by adding the
nightly
tag to the image in thedocker-compose.yml
Maybe adding a
latest
tag onghcr.io
would result in a default run being possible?The text was updated successfully, but these errors were encountered: