Skip to content

Commit 5f1fbad

Browse files
authored
fix: add environment variable for Docker metadata annotations levels (#68)
1 parent e9eef74 commit 5f1fbad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_and_push_docker_image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,8 @@ jobs:
6363
- name: 'Docker metadata'
6464
id: meta
6565
uses: docker/metadata-action@v5
66+
env:
67+
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
6668
with:
6769
images: ghcr.io/${{ github.repository_owner }}/${{ env.IMAGE_NAME }}
6870
tags: |

0 commit comments

Comments
 (0)