Skip to content

Commit 3c3b1ca

Browse files
authored
Update README.md
1 parent 2758908 commit 3c3b1ca

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@ ontologies:
3535
3636
# How to update your version of this template
3737
38-
We don't plan to make big changes on this template anymore. The only important change we did was to update the ODK version used in the [GitHub Action](https://github.com/OBOFoundry/dashboard-template/blob/ddde5f42bb2638ed3b07e781923a2a7e3285cc31/.github/workflows/dashboard.yaml#L13-L15
38+
We don't plan to make big changes on this template anymore. The only important change we did was to update the Docker image used in the [GitHub Action](https://github.com/OBOFoundry/dashboard-template/blob/ddde5f42bb2638ed3b07e781923a2a7e3285cc31/.github/workflows/dashboard.yaml#L13-L15
3939
) that updates the dashboard.
4040
4141
```yaml
4242
dashboard:
4343
runs-on: ubuntu-latest
44-
container: obolibrary/odkfull:latest
44+
container: anitacaron/obo-dashboard:latest
4545
```
4646
47-
The easiest way to update your repository is to do so manually. Please update the ODK version to have the latest changes on the OBO Dashboard.
47+
The easiest way to update your repository is to do so manually. Please update the Docker image to have the latest changes on the OBO Dashboard.
4848
4949
## If the GitHub Action is failing...
5050
@@ -58,4 +58,4 @@ The easiest way to update your repository is to do so manually. Please update th
5858
title: 'Update dashboard run'
5959
body: |
6060
Updates the Custom OBO Dashboard
61-
```
61+
```

0 commit comments

Comments
 (0)