Skip to content

Commit

Permalink
fix: docker repository in Makefile
Browse files Browse the repository at this point in the history
Signed-off-by: gatici <[email protected]>
  • Loading branch information
gatici committed Jan 14, 2025
1 parent bb627d8 commit 630167e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -118,5 +118,5 @@ run-aiab:
cd $(HOME) && \
git clone https://github.com/gab-arrobo/aether-in-a-box && \
cd aether-in-a-box && \
yq -i '.5g-control-plane.images |= {"amf": "$(DOCKER_REGISTRY)$(DOCKER_REPOSITORY)/5gc-amf:amf-testing"}' sd-core-5g-values.yaml && \
yq -i '.5g-control-plane.images |= {"amf": "localhost:32000/5gc-amf:amf-testing"}' sd-core-5g-values.yaml && \
CHARTS=latest make 5g-test

0 comments on commit 630167e

Please sign in to comment.