You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,16 +35,16 @@ ontologies:
35
35
36
36
# How to update your version of this template
37
37
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
39
39
) that updates the dashboard.
40
40
41
41
```yaml
42
42
dashboard:
43
43
runs-on: ubuntu-latest
44
-
container: obolibrary/odkfull:latest
44
+
container: anitacaron/obo-dashboard:latest
45
45
```
46
46
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.
48
48
49
49
## If the GitHub Action is failing...
50
50
@@ -58,4 +58,4 @@ The easiest way to update your repository is to do so manually. Please update th
0 commit comments