Skip to content

Commit

Permalink
Make sure the publisher name is consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
gbraad authored and evidolob committed May 2, 2023
1 parent 9b00000 commit 674d55a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 674d55a

Please sign in to comment.