Skip to content

Commit

Permalink
wip: Refactor CI to use GitHub actions and generic bash scripts (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
claustres committed Apr 24, 2024
1 parent c33c892 commit f1b2bd9
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 @@ -59,7 +59,7 @@ docker login --username "$KALISIO_DOCKERHUB_USERNAME" --password-stdin < "$KALIS
DOCKER_BUILDKIT=1 docker build \
-f Dockerfile \
-t "$IMAGE_NAME:$IMAGE_TAG" \
"$WORKSPACE_DIR"
"$ROOT_DIR"

if [ "$PUBLISH" = true ]; then
docker push "$IMAGE_NAME:$IMAGE_TAG"
Expand Down

0 comments on commit f1b2bd9

Please sign in to comment.