Skip to content

Commit 14a369b

Browse files
committed
feat: ghcr for client python
1 parent d8673bf commit 14a369b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Build and push arch-specific image
4141
run: |
42-
IMAGE=ghcr.io/${{ github.repository_owner }}/intercom-python-client
42+
IMAGE=ghcr.io/splintercom/intercom-python-client
4343
APP_VERSION=$(cat VERSION)
4444
4545
# Built natively on a runner matching each target arch (not cross-compiled via QEMU) —

0 commit comments

Comments
 (0)