From 674d55a45e8e0ad8946889454056f9200f0a2515 Mon Sep 17 00:00:00 2001 From: Gerard Braad Date: Wed, 26 Apr 2023 15:01:36 +0000 Subject: [PATCH] Make sure the publisher name is consistent --- Dockerfile | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 3a78278..44b4c95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,7 @@ FROM scratch LABEL org.opencontainers.image.title="OpenShift Local" \ org.opencontainers.image.description="Allows the ability to start and stop OpenShift Local and use Podman Desktop to interact with it" \ - org.opencontainers.image.vendor="podman-desktop" \ + org.opencontainers.image.vendor="crc-org" \ io.podman-desktop.api.version=">= 0.12.0" COPY package.json /extension/ diff --git a/package.json b/package.json index 8f8385a..fe7abd5 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "This extension provides a Red Hat OpenShift Local cluster and allows Podman Desktop to interact with it", "version": "0.0.1", "icon": "icon.png", - "publisher": "crc-team", + "publisher": "crc-org", "license": "Apache-2.0", "engines": { "podman-desktop": "^0.0.1"