File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,8 @@ jobs:
121
121
type=semver,pattern={{major}}.{{minor}}
122
122
labels : |
123
123
org.opencontainers.image.vendor=NGINX Inc <[email protected] >
124
+ env :
125
+ DOCKER_METADATA_ANNOTATIONS_LEVELS : manifest,index
124
126
125
127
- name : Create/Update Draft
126
128
uses : lucacome/draft-release@785af55296512c907875513e397320ae3f1306bb # v1.0.1
@@ -186,6 +188,7 @@ jobs:
186
188
platforms : ${{ github.event_name != 'pull_request' && env.DOCKER_PLATFORMS || '' }}
187
189
tags : ${{ steps.meta.outputs.tags }}
188
190
labels : ${{ steps.meta.outputs.labels }}
191
+ annotations : ${{ steps.meta.outputs.annotations }}
189
192
load : ${{ github.event_name == 'pull_request' }}
190
193
push : ${{ github.event_name != 'pull_request' }}
191
194
cache-from : type=gha
You can’t perform that action at this time.
0 commit comments