Skip to content

Commit 6546646

Browse files
committed
Use forked dockerhub-description with patch for token endpoint
1 parent 0b9de4f commit 6546646

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.github/workflows/update-readme.yaml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ on:
22
push:
33
branches:
44
- main
5+
- fix-readme-updating-fork
56

67
name: Update READMEs on Docker Hub
78
jobs:
@@ -17,23 +18,23 @@ jobs:
1718
fail-fast: false
1819
matrix:
1920
config:
20-
- {prefix: 'rstudio-', repository: 'workbench', readme_path: './workbench/README.md'}
21-
- {prefix: 'rstudio-', repository: 'connect', readme_path: './connect/README.md'}
22-
- {prefix: 'rstudio-', repository: 'connect-content-init', readme_path: './connect-content-init/README.md'}
23-
- {prefix: '', repository: 'content-base', readme_path: './content/base/README.md'}
24-
- {prefix: '', repository: 'content-pro', readme_path: './content/pro/README.md'}
25-
- {prefix: 'rstudio-', repository: 'package-manager', readme_path: './package-manager/README.md'}
26-
- {prefix: '', repository: 'r-session-complete', readme_path: './r-session-complete/README.md'}
21+
# - {prefix: 'rstudio-', repository: 'workbench', readme_path: './workbench/README.md'}
22+
# - {prefix: 'rstudio-', repository: 'connect', readme_path: './connect/README.md'}
23+
# - {prefix: 'rstudio-', repository: 'connect-content-init', readme_path: './connect-content-init/README.md'}
24+
# - {prefix: '', repository: 'content-base', readme_path: './content/base/README.md'}
25+
# - {prefix: '', repository: 'content-pro', readme_path: './content/pro/README.md'}
26+
# - {prefix: 'rstudio-', repository: 'package-manager', readme_path: './package-manager/README.md'}
27+
# - {prefix: '', repository: 'r-session-complete', readme_path: './r-session-complete/README.md'}
2728
- {prefix: 'rstudio-', repository: 'workbench-for-microsoft-azure-ml', readme_path: './workbench-for-microsoft-azure-ml/README.md'}
28-
- {prefix: '', repository: 'workbench-session', readme_path: './workbench-session/README.md'}
29-
- {prefix: '', repository: 'workbench-session-init', readme_path: './workbench-session-init/README.md'}
29+
# - {prefix: '', repository: 'workbench-session', readme_path: './workbench-session/README.md'}
30+
# - {prefix: '', repository: 'workbench-session-init', readme_path: './workbench-session-init/README.md'}
3031

3132
steps:
3233
- name: Check Out Repo
3334
uses: actions/checkout@v3
3435

3536
- name: Docker Hub Description
36-
uses: peter-evans/dockerhub-description@v4
37+
uses: ianpittwood/dockerhub-description@update-endpoint
3738
with:
3839
username: ${{ secrets.DOCKER_HUB_USERNAME }}
3940
password: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)