From 2f5bcbc070838bd86c8f16f717de2fd233951018 Mon Sep 17 00:00:00 2001 From: Farrandi Hernando Date: Fri, 3 May 2024 14:39:13 -0700 Subject: [PATCH] change repo name (#113) * change repo name * Update README.md to have correct link --- .github/workflows/docker-publish.yml | 12 ++++++------ README.md | 6 +++--- compose.yml | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index e2b30e0..79d1b7d 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -10,13 +10,13 @@ name: Publish Docker image -on: - push: +on: + push: branches: - main env: - IMAGE_PATH: farrandi/522-workflows-group-18 + IMAGE_PATH: farrandi/english-score-predictor jobs: push_to_registry: @@ -25,19 +25,19 @@ jobs: steps: - name: Check out the repo uses: actions/checkout@v4 - + - name: Log in to Docker Hub uses: docker/login-action@f4ef78c080cd8ba55a85445d5b36e214a81df20a with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - + - name: Extract metadata (tags, labels) for Docker id: meta uses: docker/metadata-action@9ec57ed1fcdbf14dcef7dfbe97b2010124a938b7 with: images: ${{ env.IMAGE_PATH }} - + - name: Build and push Docker image uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 with: diff --git a/README.md b/README.md index 1fdc292..20dc951 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ The complete dataset is accessible at [https://osf.io/pyb8s/](https://osf.io/pyb ## Report -The final report can be found [here](https://ubc-mds.github.io/522-workflows-group-18/docs/english_language_learning_ability_prediction_analysis.html). +The final report can be found [here](https://ubc-mds.github.io/english-score-predictor/docs/english_language_learning_ability_prediction_analysis.html). --- @@ -30,7 +30,7 @@ The final report can be found [here](https://ubc-mds.github.io/522-workflows-gro ```bash git clone -cd 522-workflows-group-18 +cd english-score-predictor ``` 2. Make sure Docker is installed and launched on your machine. @@ -68,7 +68,7 @@ conda deactivate 522 docker compose up # add -d flag to run in detached mode ``` -_Link to Docker Hub image:_ [farrandi/522-workflows-group-18](https://hub.docker.com/r/farrandi/522-workflows-group-18) +_Link to Docker Hub image:_ [farrandi/english-score-predictor](https://hub.docker.com/r/farrandi/english-score-predictor) 2. Click the link in the terminal to launch Jupyter Notebook. It should look something like this: `http://127.0.0.1:8888/lab` diff --git a/compose.yml b/compose.yml index 7747944..d6b50fc 100644 --- a/compose.yml +++ b/compose.yml @@ -1,6 +1,6 @@ services: analysis-nb-server: - image: farrandi/522-workflows-group-18:main + image: farrandi/english-score-predictor:main ports: - "8888:8888" volumes: