We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 25262cf commit 1b503f6Copy full SHA for 1b503f6
1 file changed
.github/workflows/build.yaml
@@ -46,6 +46,8 @@ jobs:
46
- name: Docker meta
47
id: meta
48
uses: docker/metadata-action@v5
49
+ env:
50
+ DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
51
with:
52
images: ${{ env.CONTAINER_REGISTRY }}/${{ env.CONTAINER_IMAGE_NAME }}
53
labels: |
0 commit comments