Skip to content

Commit 630167e

Browse files
committed
fix: docker repository in Makefile
Signed-off-by: gatici <[email protected]>
1 parent bb627d8 commit 630167e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,5 @@ run-aiab:
118118
cd $(HOME) && \
119119
git clone https://github.com/gab-arrobo/aether-in-a-box && \
120120
cd aether-in-a-box && \
121-
yq -i '.5g-control-plane.images |= {"amf": "$(DOCKER_REGISTRY)$(DOCKER_REPOSITORY)/5gc-amf:amf-testing"}' sd-core-5g-values.yaml && \
121+
yq -i '.5g-control-plane.images |= {"amf": "localhost:32000/5gc-amf:amf-testing"}' sd-core-5g-values.yaml && \
122122
CHARTS=latest make 5g-test

0 commit comments

Comments
 (0)