Skip to content

Commit 09edcb5

Browse files
committed
fix: update GHCR image name to use dynamic repository path
1 parent a332f78 commit 09edcb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-gateway.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
env:
1010
REGISTRY: ghcr.io
11-
IMAGE_NAME: altinity/altinity-mcp/gateway
11+
IMAGE_NAME: ${{ github.repository }}/gateway
1212

1313
jobs:
1414
build:

0 commit comments

Comments
 (0)