Skip to content

Commit

Permalink
change repo name (#113)
Browse files Browse the repository at this point in the history
* change repo name

* Update README.md to have correct link
  • Loading branch information
farrandi authored May 3, 2024
1 parent f25604a commit 2f5bcbc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

---

Expand All @@ -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.
Expand Down Expand Up @@ -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`

Expand Down
2 changes: 1 addition & 1 deletion compose.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit 2f5bcbc

Please sign in to comment.