set description on index, not manifests

This commit is contained in:
Axel Uhl
2024-06-06 01:28:05 +02:00
parent ede9848658
commit d24733179a
+2 -2
View File
@@ -60,8 +60,8 @@ jobs:
tags: ghcr.io/sap/sailing-analytics:${{ env.RELEASE }}${{ env.BRANCH == 'main' && github.event.inputs.release == '' && ',ghcr.io/sap/sailing-analytics:latest' || env.BRANCH == 'docker-17' && github.event.inputs.release == '' && ',ghcr.io/sap/sailing-analytics:latest-17' || '' }}
annotations: |
maintainer=axel.uhl@sap.com
manifest:org.opencontainers.image.title=Sailing Analytics
manifest:org.opencontainers.image.description=The Sailing Analytics Web Application
index:org.opencontainers.image.title=Sailing Analytics
index:org.opencontainers.image.description=The Sailing Analytics Web Application
file: ${{ env.BRANCH == 'docker-17' && 'docker/Dockerfile_sapsailing_on_sapmachine17' || 'docker/Dockerfile' }}
context: docker/
platforms: linux/amd64,linux/arm64