-
Notifications
You must be signed in to change notification settings - Fork 22
219 lines (193 loc) · 8.02 KB
/
description.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
name: Update Docker Hub Description
on:
push:
branches:
- main
paths:
- "**/README.md"
- "**/README.dockerhub.md"
- ".github/workflows/dockerhub-description.yml"
jobs:
description:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Fix Relative Paths
run: |
find . -maxdepth 2 -mindepth 2 -type f -name "README*.md" -exec sed -i 's/](\.\.\/\([^/]*\).*)/](.\/\1)/g' {} \;
- name: ActiveMQ - Update Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.registry_user }}
password: ${{ secrets.registry_password }}
repository: islandora/activemq
readme-filepath: ./activemq/README.md
- name: Alpaca - Update Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.registry_user }}
password: ${{ secrets.registry_password }}
repository: islandora/alpaca
readme-filepath: ./alpaca/README.md
- name: Base - Update Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.registry_user }}
password: ${{ secrets.registry_password }}
repository: islandora/base
readme-filepath: ./base/README.md
- name: Blazegraph - Update Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.registry_user }}
password: ${{ secrets.registry_password }}
repository: islandora/blazegraph
readme-filepath: ./blazegraph/README.md
- name: cantaloupe - Update Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.registry_user }}
password: ${{ secrets.registry_password }}
repository: islandora/cantaloupe
readme-filepath: ./cantaloupe/README.dockerhub.md
- name: Code-Server - Update Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.registry_user }}
password: ${{ secrets.registry_password }}
repository: islandora/code-server
readme-filepath: ./code-server/README.md
- name: Crayfish - Update Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.registry_user }}
password: ${{ secrets.registry_password }}
repository: islandora/crayfish
readme-filepath: ./crayfish/README.md
- name: CrayFits - Update Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.registry_user }}
password: ${{ secrets.registry_password }}
repository: islandora/crayfits
readme-filepath: ./crayfits/README.md
- name: Drupal - Update Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.registry_user }}
password: ${{ secrets.registry_password }}
repository: islandora/drupal
readme-filepath: ./drupal/README.md
- name: Fcrepo6 - Update Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.registry_user }}
password: ${{ secrets.registry_password }}
repository: islandora/fcrepo6
readme-filepath: ./fcrepo6/README.md
- name: Fits - Update Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.registry_user }}
password: ${{ secrets.registry_password }}
repository: islandora/fits
readme-filepath: ./fits/README.md
- name: Handle - Update Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.registry_user }}
password: ${{ secrets.registry_password }}
repository: islandora/handle
readme-filepath: ./handle/README.md
- name: Homarus - Update Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.registry_user }}
password: ${{ secrets.registry_password }}
repository: islandora/homarus
readme-filepath: ./homarus/README.md
- name: Houdini - Update Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.registry_user }}
password: ${{ secrets.registry_password }}
repository: islandora/houdini
readme-filepath: ./houdini/README.md
- name: hypercube - Update Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.registry_user }}
password: ${{ secrets.registry_password }}
repository: islandora/hypercube
readme-filepath: ./hypercube/README.md
- name: Java - Update Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.registry_user }}
password: ${{ secrets.registry_password }}
repository: islandora/java
readme-filepath: ./java/README.md
- name: MariaDB - Update Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.registry_user }}
password: ${{ secrets.registry_password }}
repository: islandora/mariadb
readme-filepath: ./mariadb/README.md
- name: Matomo - Update Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.registry_user }}
password: ${{ secrets.registry_password }}
repository: islandora/matomo
readme-filepath: ./matomo/README.md
- name: Milliner - Update Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.registry_user }}
password: ${{ secrets.registry_password }}
repository: islandora/milliner
readme-filepath: ./milliner/README.md
- name: Nginx - Update Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.registry_user }}
password: ${{ secrets.registry_password }}
repository: islandora/nginx
readme-filepath: ./nginx/README.md
- name: PostgreSQL - Update Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.registry_user }}
password: ${{ secrets.registry_password }}
repository: islandora/postgresql
readme-filepath: ./postgresql/README.md
- name: RipRap - Update Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.registry_user }}
password: ${{ secrets.registry_password }}
repository: islandora/riprap
readme-filepath: ./riprap/README.md
- name: Solr - Update Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.registry_user }}
password: ${{ secrets.registry_password }}
repository: islandora/solr
readme-filepath: ./solr/README.md
- name: Test - Update Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.registry_user }}
password: ${{ secrets.registry_password }}
repository: islandora/tomcat
readme-filepath: ./test/README.md
- name: Tomcat - Update Docker Hub Description
uses: peter-evans/dockerhub-description@v3
with:
username: ${{ secrets.registry_user }}
password: ${{ secrets.registry_password }}
repository: islandora/tomcat
readme-filepath: ./tomcat/README.md