Skip to content

Commit 86dca00

Browse files
committed
Add annotations on the index.
1 parent fae77be commit 86dca00

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/development_image_release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ jobs:
8080
org.opencontainers.image.licenses=FSL-1.1-ALv2
8181
org.opencontainers.image.version=${{ steps.get_version.outputs.SERVICE_VERSION }}
8282
org.opencontainers.image.vendor=Journey Mobile, Inc
83+
env:
84+
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
8385

8486
- name: Build Image and Push
8587
uses: docker/build-push-action@v6

.github/workflows/packages_release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@ jobs:
125125
org.opencontainers.image.licenses=FSL-1.1-ALv2
126126
org.opencontainers.image.version=${{ steps.get_version.outputs.SERVICE_VERSION }}
127127
org.opencontainers.image.vendor=Journey Mobile, Inc
128+
env:
129+
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
128130

129131
- name: Build Image and Push
130132
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)