Skip to content

Commit 423ac3a

Browse files
committed
[CALCITE-6359] Update GitHub Actions workflows to use docker compose v2
1 parent 6959af3 commit 423ac3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-website.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
- name: Build site
4545
working-directory: calcite-avatica/site
4646
run: |
47-
docker-compose run -e JEKYLL_UID=$(id -u) -e JEKYLL_GID=$(id -g) build-site
47+
docker compose run -e JEKYLL_UID=$(id -u) -e JEKYLL_GID=$(id -g) build-site
4848
- uses: actions/checkout@v3
4949
with:
5050
repository: apache/calcite-site

0 commit comments

Comments
 (0)