From 1e9df04699ce5c0f4a99abbc0c7cfd4e20700d36 Mon Sep 17 00:00:00 2001 From: Alexander Yastrebov Date: Mon, 30 Sep 2024 11:48:13 +0200 Subject: [PATCH] github: fix org.opencontainers.image.vendor image label (#3256) Remove redundant quotes. Follow up on #3251 Signed-off-by: Alexander Yastrebov --- .github/workflows/gh-packages.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-packages.yaml b/.github/workflows/gh-packages.yaml index 7360132c08..812a05579f 100644 --- a/.github/workflows/gh-packages.yaml +++ b/.github/workflows/gh-packages.yaml @@ -70,7 +70,7 @@ jobs: type=semver,pattern=v{{major}}.{{minor}} labels: | org.opencontainers.image.licenses=Apache-2.0 - org.opencontainers.image.vendor="Zalando SE" + org.opencontainers.image.vendor=Zalando SE - name: Build and push uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960