Summary
The user is inquiring about how to push using a remote reference from the command line with a specific command, while noting that pushing directly within the repository works correctly. They express gratitude for a quick response.
nianyu
how can i push if i am using a remote reference from cmdline?
earthly --push <http://github.com/nianyush/Earthfiles+fs|github.com/nianyush/Earthfiles+fs>
if i do earthly --push +fs
directly in the repo, it would push the image correctly
nianyu
yes that works for me. Thanks for the quick reply!:heart:
nianyu
umm let me try
vlad
if you change that to 0.8 it should work
vlad
in 0.6 pushing wasn't possible for remote references
vlad
Ah.. VERSION
nianyu
this is the Earthfile i use
nianyu
sure i can file a ticket
nianyu
vlad
Do you have a minimal reproduction that you could file as an issue in GitHub by any chance?
vlad
Hmm.. that example should work
nianyu
if i do earthly --push +fs
directly in the repo, it would push the image correctly