Skip to content

Commit 87b9049

Browse files
committed
patch for alex
1 parent 58f8497 commit 87b9049

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
- "v**" # e.g. v1.0.0
88

99
env:
10-
IMAGE_REPO: ghcr.io/gaze-network/gaze-indexer
10+
IMAGE_REPO: ghcr.io/alexgo-io/gaze-indexer
1111

1212
jobs:
1313
prepare:
@@ -33,5 +33,5 @@ jobs:
3333
with:
3434
context: .
3535
dockerfile: Dockerfile
36-
image-repo: "ghcr.io/gaze-network/gaze-indexer"
36+
image-repo: "ghcr.io/alexgo-io/gaze-indexer"
3737
image-tag: ${{ needs.prepare.outputs.tag }}

0 commit comments

Comments
 (0)