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
When trying to deploy it's failing with Error response from daemon: manifest unknown. It appears to be related to Running docker pull ghcr.io/myproect-project/image:fed144f837be160b5ee291a5269854e66876a7b3 . I think it should be trying to do Running docker pull ghcr.io/myproect-project/image:main. Is it possible to force this to happen?
appears under labels, but there is no version with that value on the tag.
deploy.yml
service: rails-application-mrsk
# Name of the container image.
image: myproject-project/image
# Deploy to these servers.
servers:
- myserver.com
# Credentials for your image host.
registry:
server: ghcr.io
username:
- KAMAL_REGISTRY_USERNAME
# Always use an access token rather than real password when possible.
password:
- KAMAL_REGISTRY_PASSWORD
# Inject ENV variables into containers (secrets come from .env).
env:
secret:
- RAILS_ENV
- RAILS_MASTER_KEY
# Use a different ssh user than root
ssh:
user: ubuntu
log_level: debug
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When trying to deploy it's failing with
Error response from daemon: manifest unknown
. It appears to be related toRunning docker pull ghcr.io/myproect-project/image:fed144f837be160b5ee291a5269854e66876a7b3
. I think it should be trying to doRunning docker pull ghcr.io/myproect-project/image:main
. Is it possible to force this to happen?appears under labels, but there is no version with that value on the tag.
deploy.yml
Beta Was this translation helpful? Give feedback.
All reactions