Skip to content

Commit 44c4ce4

Browse files
committed
try setting annotations
1 parent 4182efc commit 44c4ce4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,9 @@ jobs:
8989
type=ref,event=pr
9090
type=semver,pattern={{version}}
9191
type=semver,pattern={{major}}.{{minor}}
92+
env:
93+
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
94+
9295

9396
- name: Build image
9497
uses: docker/build-push-action@v6
@@ -105,6 +108,7 @@ jobs:
105108
tags: |
106109
ghcr.io/pdal/lambda:${{ steps.prep.outputs.VERSION }}
107110
ghcr.io/pdal/lambda:latest
111+
annotations: ${{ steps.meta.outputs.annotations }}
108112
labels: |
109113
org.opencontainers.image.title=${{ github.event.repository.name }}
110114
org.opencontainers.image.description=${{ github.event.repository.description }}

0 commit comments

Comments
 (0)