Skip to content

Commit

Permalink
Merge pull request #113 from rasools/OMICSINT_H24
Browse files Browse the repository at this point in the history
Add session_ml_deep_learning_integration_amd workflow
  • Loading branch information
rasools authored Sep 13, 2024
2 parents 1c0d99f + 7c520e5 commit 37063cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-lab-Single_cell-amd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
platforms: linux/amd64
push: true
no-cache: true
tags: ghcr.io/${{ github.repository_owner }}/omicsint_h24:session_ml_single_cell_amd
tags: ghcr.io/nbisweden/omicsint_h24:session_ml_single_cell_amd

- name: Inspect Docker Image
run: docker buildx imagetools inspect docker.io/rasoolsnbis/omicsint_h24:session_ml_single_cell_amd
2 changes: 1 addition & 1 deletion session_ml/SingleCell/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ RUN chown -R ${USER}:${GROUP} ${HOME}/lab \
USER ${USER}
EXPOSE 8787

ENTRYPOINT ["/etc/run.sh"]
ENTRYPOINT ["/etc/run.sh"]

0 comments on commit 37063cd

Please sign in to comment.