E

Inquiry about remote push command

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.

Status
open
Tags
  • Command Line
  • Remote Push
  • Earthly
Source
#earthly
    n

    nianyu

    8/16/2024

    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

    n

    nianyu

    8/16/2024

    yes that works for me. Thanks for the quick reply!:heart:

    n

    nianyu

    8/16/2024

    umm let me try

    v

    vlad

    8/16/2024

    if you change that to 0.8 it should work

    v

    vlad

    8/16/2024

    in 0.6 pushing wasn't possible for remote references

    v

    vlad

    8/16/2024

    Ah.. VERSION

    n

    nianyu

    8/16/2024

    this is the Earthfile i use

    n

    nianyu

    8/16/2024

    sure i can file a ticket

    v

    vlad

    8/16/2024

    Do you have a minimal reproduction that you could file as an issue in GitHub by any chance?

    v

    vlad

    8/16/2024

    Hmm.. that example should work

    n

    nianyu

    8/16/2024

    if i do earthly --push +fs directly in the repo, it would push the image correctly