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 2ea66d1 commit 837cd72Copy full SHA for 837cd72
.github/workflows/build-plus.yml
@@ -100,7 +100,7 @@ jobs:
100
labels: |
101
org.opencontainers.image.description=NGINX Plus Ingress Controller for Kubernetes
102
env:
103
- DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index
+ DOCKER_METADATA_ANNOTATIONS_LEVELS: ${{ contains(inputs.target, 'aws') && 'manifest' || 'manifest,index' }}
104
105
- name: Set base name variable
106
id: base_name
0 commit comments