2
2
push :
3
3
branches :
4
4
- main
5
+ - fix-readme-updating-fork
5
6
6
7
name : Update READMEs on Docker Hub
7
8
jobs :
@@ -17,23 +18,23 @@ jobs:
17
18
fail-fast : false
18
19
matrix :
19
20
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'}
27
28
- {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'}
30
31
31
32
steps :
32
33
- name : Check Out Repo
33
34
uses : actions/checkout@v3
34
35
35
36
- name : Docker Hub Description
36
- uses : peter-evans /dockerhub-description@v4
37
+ uses : ianpittwood /dockerhub-description@update-endpoint
37
38
with :
38
39
username : ${{ secrets.DOCKER_HUB_USERNAME }}
39
40
password : ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
0 commit comments