We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4182efc commit 44c4ce4Copy full SHA for 44c4ce4
.github/workflows/build.yml
@@ -89,6 +89,9 @@ jobs:
89
type=ref,event=pr
90
type=semver,pattern={{version}}
91
type=semver,pattern={{major}}.{{minor}}
92
+ env:
93
+ DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
94
+
95
96
- name: Build image
97
uses: docker/build-push-action@v6
@@ -105,6 +108,7 @@ jobs:
105
108
tags: |
106
109
ghcr.io/pdal/lambda:${{ steps.prep.outputs.VERSION }}
107
110
ghcr.io/pdal/lambda:latest
111
+ annotations: ${{ steps.meta.outputs.annotations }}
112
labels: |
113
org.opencontainers.image.title=${{ github.event.repository.name }}
114
org.opencontainers.image.description=${{ github.event.repository.description }}
0 commit comments