Skip to content

Commit e1a1391

Browse files
authored
Merge pull request #22 from element-hq/bbz/fix-org-name
s/vector-im/element-hq
2 parents 0390a79 + 5aab7ce commit e1a1391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches: [ main, testing ]
99

1010
env:
11-
REGISTRY: ghcr.io/vector-im
11+
REGISTRY: ghcr.io/element-hq
1212
BASE_TAG: ${{ github.ref_name }}
1313
IMAGE_NAME: tailscale-k8s
1414

@@ -51,4 +51,4 @@ jobs:
5151
push: ${{ github.event_name != 'pull_request' }}
5252
tags: ${{ steps.meta.outputs.tags }}
5353
labels: ${{ steps.meta.outputs.labels }}
54-
if: contains(github.ref_name, '/merge')
54+
if: contains(github.ref_name, '/merge')

0 commit comments

Comments
 (0)