diff --git a/.github/workflows/build-plus.yml b/.github/workflows/build-plus.yml index e3e12ecbb..4f7b2c4bc 100644 --- a/.github/workflows/build-plus.yml +++ b/.github/workflows/build-plus.yml @@ -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