File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -206,6 +206,12 @@ jobs:
206206 org.opencontainers.image.vendor=Edge & Node
207207 org.opencontainers.image.title=Amp
208208 org.opencontainers.image.description=A tool for building and managing blockchain datasets
209+ annotations : |
210+ manifest:org.opencontainers.image.source=https://github.com/edgeandnode/amp
211+ manifest:org.opencontainers.image.url=https://github.com/edgeandnode/amp
212+ manifest:org.opencontainers.image.vendor=Edge & Node
213+ manifest:org.opencontainers.image.title=Amp
214+ manifest:org.opencontainers.image.description=A tool for building and managing blockchain datasets
209215
210216 - name : Create multi-arch Dockerfile
211217 run : |
@@ -246,7 +252,7 @@ jobs:
246252 push : true
247253 tags : ${{ steps.metadata.outputs.tags }}
248254 labels : ${{ steps.metadata.outputs.labels }}
249- annotations : ${{ steps.metadata.outputs.labels }}
255+ annotations : ${{ steps.metadata.outputs.annotations }}
250256
251257 - name : Install Cosign
252258 uses : sigstore/cosign-installer@dc72c7d5c4d10cd6bcb8cf6e3fd625a9e5e537da # v3.7.0
You can’t perform that action at this time.
0 commit comments