@@ -160,8 +160,12 @@ jobs:
160160 ocamlsf/learn-ocaml:latest
161161 ocamlsf/learn-ocaml:${{ steps.tag.outputs.tag }}
162162 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
163167 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 }}
165169 org.opencontainers.image.version=${{ steps.tag.outputs.tag }}
166170 org.opencontainers.image.revision=${{ github.sha }}
167171 push_client :
@@ -203,8 +207,12 @@ jobs:
203207 ocamlsf/learn-ocaml-client:latest
204208 ocamlsf/learn-ocaml-client:${{ steps.tag.outputs.tag }}
205209 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
206214 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 }}
208216 org.opencontainers.image.version=${{ steps.tag.outputs.tag }}
209217 org.opencontainers.image.revision=${{ github.sha }}
210218 push_emacs_client :
@@ -250,7 +258,11 @@ jobs:
250258 ocamlsf/emacs-learn-ocaml-client:latest
251259 ocamlsf/emacs-learn-ocaml-client:${{ steps.tag.outputs.tag }}
252260 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
253265 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 }}
255267 org.opencontainers.image.version=${{ steps.tag.outputs.tag }}
256268 org.opencontainers.image.revision=${{ github.sha }}
0 commit comments