Skip to content

Commit 837cd72

Browse files
authored
remove index annotations from AWS marketplace images (#7058)
1 parent 2ea66d1 commit 837cd72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-plus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
labels: |
101101
org.opencontainers.image.description=NGINX Plus Ingress Controller for Kubernetes
102102
env:
103-
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
103+
DOCKER_METADATA_ANNOTATIONS_LEVELS: ${{ contains(inputs.target, 'aws') && 'manifest' || 'manifest,index' }}
104104

105105
- name: Set base name variable
106106
id: base_name

0 commit comments

Comments
 (0)