Skip to content

Commit

Permalink
Merge pull request #22 from element-hq/bbz/fix-org-name
Browse files Browse the repository at this point in the history
s/vector-im/element-hq
  • Loading branch information
benbz authored Dec 18, 2023
2 parents 0390a79 + 5aab7ce commit e1a1391
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 e1a1391

Please sign in to comment.