Skip to content

Commit

Permalink
s/vector-im/element-hq
Browse files Browse the repository at this point in the history
  • Loading branch information
benbz committed Dec 18, 2023
1 parent 0390a79 commit 5aab7ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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')
if: contains(github.ref_name, '/merge')

0 comments on commit 5aab7ce

Please sign in to comment.