Skip to content

Commit eab287f

Browse files
committed
fix docker compose
1 parent e97ab53 commit eab287f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/geonode-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626

2727
- name: Build stack (using cache)
2828
run: |
29-
docker-compose --env-file .env_test -f docker-compose-test.yml build \
29+
docker compose --env-file .env_test -f docker-compose-test.yml build \
3030
--build-arg BUILDKIT_INLINE_CACHE=1 \
3131
--progress plain
3232
env:

0 commit comments

Comments
 (0)