Skip to content

Commit 7feb5c0

Browse files
hext-devclaude
andcommitted
chore: update container registry to hext-dev
Change GitHub Container Registry references from ghcr.io/coder to ghcr.io/hext-dev for publishing our fork. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 55a0ba3 commit 7feb5c0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- name: Build and Push
112112
if: github.ref == 'refs/heads/main'
113113
run: |
114-
BASE=ghcr.io/coder/envbuilder-preview
114+
BASE=ghcr.io/hext-dev/envbuilder-preview
115115
116116
./scripts/build.sh \
117117
--arch=amd64 \

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Build and Push
6060
env:
6161
VERSION: "${{ steps.get-version.outputs.ENVBUILDER_VERSION }}"
62-
BASE: "ghcr.io/coder/envbuilder"
62+
BASE: "ghcr.io/hext-dev/envbuilder"
6363
run: |
6464
./scripts/build.sh \
6565
--arch=amd64 \

0 commit comments

Comments
 (0)