Skip to content

Commit 361c0be

Browse files
committed
Try annotations on index as well to see if those are picked up by GitHub container registry
1 parent d29ef36 commit 361c0be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ jobs:
5656
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
5757
tags: |
5858
type=semver,pattern={{version}}
59+
env:
60+
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
5961

6062
- name: Build and push
6163
run: yarn docker-build-prod --metadata

0 commit comments

Comments
 (0)