From 423ac3a81a7ff505ab70f54e06b1cbe8284c8cd5 Mon Sep 17 00:00:00 2001 From: Francis Chuang Date: Thu, 11 Apr 2024 08:03:59 +1000 Subject: [PATCH] [CALCITE-6359] Update GitHub Actions workflows to use docker compose v2 --- .github/workflows/publish-website.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-website.yml b/.github/workflows/publish-website.yml index f83896b..a83326b 100644 --- a/.github/workflows/publish-website.yml +++ b/.github/workflows/publish-website.yml @@ -44,7 +44,7 @@ jobs: - name: Build site working-directory: calcite-avatica/site run: | - docker-compose run -e JEKYLL_UID=$(id -u) -e JEKYLL_GID=$(id -g) build-site + docker compose run -e JEKYLL_UID=$(id -u) -e JEKYLL_GID=$(id -g) build-site - uses: actions/checkout@v3 with: repository: apache/calcite-site