Re: [Bioc-devel] Add dockerhub push to github repository

2021-06-03 Thread Nuno Agostinho
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

Re: [Bioc-devel] Add dockerhub push to github repository

2021-06-03 Thread Murphy, Alan E
_ 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

Re: [Bioc-devel] Add dockerhub push to github repository

2021-06-03 Thread Nuno Agostinho
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

Re: [Bioc-devel] Add dockerhub push to github repository

2021-06-03 Thread Murphy, Alan E
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

Re: [Bioc-devel] Add dockerhub push to github repository

2021-06-03 Thread Nuno Agostinho
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