split docker building and push into separate task
This should make it possible to run an image on the fly without pushing it to the registry.
Goal:
- dagger do dockerize
- dagger do push
This should make it possible to run an image on the fly without pushing it to the registry.
Goal: