Skip to content

Commit

Permalink
fix: image name in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Apr 24, 2024
1 parent a156b29 commit c313d02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_service.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ load_value_files "$WORKSPACE_DIR/development/common/KALISIO_DOCKERHUB_PASSWORD.e
## Build container
##

IMAGE_NAME="kalisio/geokoder"
IMAGE_NAME="kalisio/kfs"
if [[ -z "$GIT_TAG" ]]; then
IMAGE_TAG=latest
else
Expand Down

0 comments on commit c313d02

Please sign in to comment.