Skip to content

Commit

Permalink
remove index annotations from AWS marketplace images (#7058)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 authored Jan 6, 2025
1 parent 2ea66d1 commit 837cd72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-plus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
labels: |
org.opencontainers.image.description=NGINX Plus Ingress Controller for Kubernetes
env:
DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
DOCKER_METADATA_ANNOTATIONS_LEVELS: ${{ contains(inputs.target, 'aws') && 'manifest' || 'manifest,index' }}

- name: Set base name variable
id: base_name
Expand Down

0 comments on commit 837cd72

Please sign in to comment.