Skip to content

Commit a46f7f0

Browse files
committed
Fix index level
1 parent 989aa91 commit a46f7f0

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/debian.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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: |

.github/workflows/rhel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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: |

.github/workflows/ubuntu.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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: |

0 commit comments

Comments
 (0)