diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 5e7888f..4ebcf39 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -8,7 +8,7 @@ on: branches: [ main, testing ] env: - REGISTRY: ghcr.io/vector-im + REGISTRY: ghcr.io/element-hq BASE_TAG: ${{ github.ref_name }} IMAGE_NAME: tailscale-k8s @@ -51,4 +51,4 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - if: contains(github.ref_name, '/merge') \ No newline at end of file + if: contains(github.ref_name, '/merge')