Skip to content

Commit

Permalink
Move to SpotSnel
Browse files Browse the repository at this point in the history
  • Loading branch information
gbraad committed Jun 7, 2023
1 parent 24c6e62 commit 1312771
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 1312771

Please sign in to comment.