File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 80
80
org.opencontainers.image.licenses=FSL-1.1-ALv2
81
81
org.opencontainers.image.version=${{ steps.get_version.outputs.SERVICE_VERSION }}
82
82
org.opencontainers.image.vendor=Journey Mobile, Inc
83
+ env :
84
+ DOCKER_METADATA_ANNOTATIONS_LEVELS : manifest,index
83
85
84
86
- name : Build Image and Push
85
87
uses : docker/build-push-action@v6
Original file line number Diff line number Diff line change @@ -125,6 +125,8 @@ jobs:
125
125
org.opencontainers.image.licenses=FSL-1.1-ALv2
126
126
org.opencontainers.image.version=${{ steps.get_version.outputs.SERVICE_VERSION }}
127
127
org.opencontainers.image.vendor=Journey Mobile, Inc
128
+ env :
129
+ DOCKER_METADATA_ANNOTATIONS_LEVELS : manifest,index
128
130
129
131
- name : Build Image and Push
130
132
uses : docker/build-push-action@v6
You can’t perform that action at this time.
0 commit comments