Donal McBreen
Donal McBreen
@gregjotau - does it work if you remove the `;` after `VERSION=latest`?
That's a requirement of Kamal, you'll need to add a label called "service" to your image. The value should be the same as the service in your Kamal configuration.
It's a hard requirement of Kamal right now that images have the `service` label, so we can identify them when pruning. We could switch that to filtering by reference instead...
Looks great @nickhammond 🙏 I think we should go ahead with the interactive version as well though - would you be able to add that?
Thanks @nickhammond!
https://github.com/docker/setup-buildx-action/issues/116 looks like a different issue, where the tags are not available at all. I've tried to reproduce this but I can't - running `kamal deploy` repeatedly with a version...
Going to close this one as the `multiarch` option has been removed in Kamal 2.
@hundredwatt - that error is not coming from the remote builder, but from the host you are deploying to. It's pulling the image and complaining that it's not built for...
@kaka-ruto - could you post the `docker buildx build` command from the Kamal output?
Ok, I think this one should be fixed now by https://github.com/basecamp/kamal/pull/922. That's been released in v1.8.3.