Skip to content

Commit

Permalink
Switch Docker registry to ghcr.io/telepresenceio
Browse files Browse the repository at this point in the history
  • Loading branch information
thallgren committed Aug 30, 2024
1 parent 9ac6698 commit 459a057
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
PLUGIN_ARCH: ${{ matrix.architecture }}
VER: ${{ github.ref }}
run: |
echo '${{ secrets.DOCKERHUB_PASSWORD }}' | docker login -u='${{ secrets.DOCKERHUB_USERNAME }}' --password-stdin
echo '${{ secrets.GITHUB_TOKEN }}' | docker login ghcr.io -u='${{ github.actor }}' --password-stdin
PLUGIN_VERSION=${VER#refs/tags/v} make push
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ MAKEFLAGS += --no-builtin-rules

PLUGIN_ARCH ?= $(shell go env GOARCH)
PLUGIN_ARCH := $(PLUGIN_ARCH)
PLUGIN_REGISTRY ?= docker.io/datawire
PLUGIN_REGISTRY ?= ghcr.io/telepresenceio
PLUGIN_NAME = telemount
PLUGIN_FQN = $(PLUGIN_REGISTRY)/$(PLUGIN_NAME)
PLUGIN_DEV_IMAGE = $(PLUGIN_FQN):$(PLUGIN_ARCH)
Expand Down

0 comments on commit 459a057

Please sign in to comment.