@@ -160,8 +160,12 @@ jobs:
160
160
ocamlsf/learn-ocaml:latest
161
161
ocamlsf/learn-ocaml:${{ steps.tag.outputs.tag }}
162
162
labels : |
163
+ org.opencontainers.image.title=learn-ocaml
164
+ org.opencontainers.image.description=learn-ocaml app manager
165
+ org.opencontainers.image.url=https://ocaml-sf.org/
166
+ org.opencontainers.image.vendor=The OCaml Software Foundation
163
167
org.opencontainers.image.created=${{ steps.prep.outputs.created }}
164
- org.opencontainers.image.source=${{ github.repositoryUrl }}
168
+ org.opencontainers.image.source=${{ github.server_url }}${{ github.repository }}
165
169
org.opencontainers.image.version=${{ steps.tag.outputs.tag }}
166
170
org.opencontainers.image.revision=${{ github.sha }}
167
171
push_client :
@@ -203,8 +207,12 @@ jobs:
203
207
ocamlsf/learn-ocaml-client:latest
204
208
ocamlsf/learn-ocaml-client:${{ steps.tag.outputs.tag }}
205
209
labels : |
210
+ org.opencontainers.image.title=learn-ocaml-client
211
+ org.opencontainers.image.description=learn-ocaml command-line client
212
+ org.opencontainers.image.url=https://ocaml-sf.org/
213
+ org.opencontainers.image.vendor=The OCaml Software Foundation
206
214
org.opencontainers.image.created=${{ steps.prep.outputs.created }}
207
- org.opencontainers.image.source=${{ github.repositoryUrl }}
215
+ org.opencontainers.image.source=${{ github.server_url }}${{ github.repository }}
208
216
org.opencontainers.image.version=${{ steps.tag.outputs.tag }}
209
217
org.opencontainers.image.revision=${{ github.sha }}
210
218
push_emacs_client :
@@ -250,7 +258,11 @@ jobs:
250
258
ocamlsf/emacs-learn-ocaml-client:latest
251
259
ocamlsf/emacs-learn-ocaml-client:${{ steps.tag.outputs.tag }}
252
260
labels : |
261
+ org.opencontainers.image.title=learn-ocaml-client with emacs
262
+ org.opencontainers.image.description=learn-ocaml command-line client with emacs
263
+ org.opencontainers.image.url=https://ocaml-sf.org/
264
+ org.opencontainers.image.vendor=The OCaml Software Foundation
253
265
org.opencontainers.image.created=${{ steps.prep.outputs.created }}
254
- org.opencontainers.image.source=${{ github.repositoryUrl }}
266
+ org.opencontainers.image.source=${{ github.server_url }}${{ github.repository }}
255
267
org.opencontainers.image.version=${{ steps.tag.outputs.tag }}
256
268
org.opencontainers.image.revision=${{ github.sha }}
0 commit comments