From 13127719a91328fcfb11c360ea9b6d3e6c9a5e10 Mon Sep 17 00:00:00 2001 From: Gerard Braad Date: Wed, 7 Jun 2023 14:34:18 +0800 Subject: [PATCH] Move to SpotSnel --- .github/workflows/release.yaml | 2 +- Dockerfile | 2 +- package.json | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index e444282..4fd2d86 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -31,4 +31,4 @@ jobs: context: . platforms: linux/amd64,linux/arm64 push: true - tags: ghcr.io/gbraad/podmandesktop-tailscale-extension:latest + tags: ghcr.io/spotsnel/tailscale-podmandesktop-extension:latest diff --git a/Dockerfile b/Dockerfile index df3564f..3418d3d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ FROM scratch LABEL org.opencontainers.image.title="Tailscale" \ org.opencontainers.image.description="Lets you securely connect to your containers without exposing them to the public internet" \ - org.opencontainers.image.vendor="gbraad" \ + org.opencontainers.image.vendor="SpotSnel" \ io.podman-desktop.api.version=">= 0.16.0" COPY --from=builder /tmp/extension/ /extension diff --git a/package.json b/package.json index 92b74f4..18db02d 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { - "publisher": "gbraad", + "publisher": "SpotSnel", "name": "tailscale-extension", "displayName": "Tailscale", "description": "Lets you securely connect to your containers without exposing them to the public internet", - "version": "0.0.1", + "version": "0.0.5", "icon": "icon.png", "license": "Apache-2.0", "engines": {