Skip to content
Prev 18184 / 21312 Next

[Bioc-devel] Add dockerhub push to github repository

Hey Nuno,

Thank you very much for your comprehensive explanation!

I have a question regarding the `remotes::install_local()` approach in the dockerfile, is that installing the master branch or the current branch that has been pushed to? I ask as I'm working on 'dev-am' branch and I got the following error:

Building image [***/scfdev:combiz/scFlow:0.7.1 ***/scfdev:dev-am ***/scfdev:sha-658a6af]
invalid argument "***/scfdev:combiz/scFlow:0.7.1" for "-t, --tag" flag: invalid reference format
See 'docker build --help'.
Error: Error: exit status 125
Usage:
  github-actions build-push [flags]

Flags:
  -h, --help   help for build-push

exit status 125

Obviously, this may not be down to this but I'm just trying to rule things out since this was the only change I made to the dockerfile. The docker file has this added following your dockerfile:

## Install scFlow package
# Copy description
WORKDIR scFlow
ADD . .

# Install R package from source
RUN Rscript -e "remotes::install_local()"
RUN rm -rf *

Cheers,
Alan.