diff --git a/.github/workflows/docker-build-lab-Single_cell-amd.yml b/.github/workflows/docker-build-lab-Single_cell-amd.yml index 234c264..e2d1d34 100644 --- a/.github/workflows/docker-build-lab-Single_cell-amd.yml +++ b/.github/workflows/docker-build-lab-Single_cell-amd.yml @@ -11,7 +11,7 @@ jobs: build: runs-on: ubuntu-latest - if: github.repository == 'NBISweden/workshop_omics_integration' + if: github.repository == 'nbisweden/workshop_omics_integration' steps: # Checkout the repository diff --git a/session_ml/SingleCell/Dockerfile b/session_ml/SingleCell/Dockerfile index 4ad618e..e2effd9 100644 --- a/session_ml/SingleCell/Dockerfile +++ b/session_ml/SingleCell/Dockerfile @@ -121,4 +121,4 @@ RUN chown -R ${USER}:${GROUP} ${HOME}/lab \ USER ${USER} EXPOSE 8787 -ENTRYPOINT ["/etc/run.sh"] +ENTRYPOINT ["/etc/run.sh"] \ No newline at end of file