File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed
Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -185,6 +185,8 @@ jobs:
185185 - name : Prepare container metadata
186186 id : meta
187187 uses : docker/metadata-action@v5
188+ env :
189+ DOCKER_METADATA_ANNOTATIONS_LEVELS : index
188190 with :
189191 images : ${{ env.CONTAINER_IMAGE }}
190192 tags : |
Original file line number Diff line number Diff line change @@ -154,6 +154,8 @@ jobs:
154154 - name : Prepare container metadata
155155 id : meta
156156 uses : docker/metadata-action@v5
157+ env :
158+ DOCKER_METADATA_ANNOTATIONS_LEVELS : index
157159 with :
158160 images : ${{ env.CONTAINER_IMAGE }}
159161 tags : |
Original file line number Diff line number Diff line change @@ -180,6 +180,8 @@ jobs:
180180 - name : Prepare container metadata
181181 id : meta
182182 uses : docker/metadata-action@v5
183+ env :
184+ DOCKER_METADATA_ANNOTATIONS_LEVELS : index
183185 with :
184186 images : ${{ env.CONTAINER_IMAGE }}
185187 tags : |
You can’t perform that action at this time.
0 commit comments