Skip to content

Commit 7cda809

Browse files
authored
chore: fix image annotations (#910)
1 parent ccc3848 commit 7cda809

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)