g_with_ref: true
> tag_with_sha: true
> tags: ${{ github.repository }}:${{ env.packageVersion }}
> From: Nuno Agostinho <mailto:nunodanielagosti...@gmail.com>>
> Sent: 03 June 2021 20:15
> To: Murphy, Alan E mailto:a.mur...@imperial.ac.uk>>
> Cc: bioc-d
_
From: Nuno Agostinho
Sent: 03 June 2021 20:15
To: Murphy, Alan E
Cc: bioc-devel@r-project.org
Subject: Re: [Bioc-devel] Add dockerhub push to github repository
Hey Alan,
is that installing the master branch or the current branch that has been pushed
to?
It is base
ORKDIR scFlow
> ADD . .
>
> # Install R package from source
> RUN Rscript -e "remotes::install_local()"
> RUN rm -rf *
>
> Cheers,
> Alan.
> From: Nuno Agostinho <mailto:nunodanielagosti...@gmail.com>>
> Sent: 03 June 2021 11:57
> To
Cc: bioc-devel@r-project.org
Subject: Re: [Bioc-devel] Add dockerhub push to github repository
This email from nunodanielagosti...@gmail.com originates from outside Imperial.
Do not click on links and attachments unless you recognise the sender. If you
trust the sender, add them to your safe send
Hey Alan,
> I would like to automatically create a new image and push to dockerhub with
> github actions when I push changes to the github repository. Does anyone have
> an example of this process in their repositories?
Well, I use GitHub actions to build a Docker image and push it to GitHub