Skip to content

Commit

Permalink
fix(ci): use docker compose v2
Browse files Browse the repository at this point in the history
  • Loading branch information
tkohr committed Sep 5, 2024
1 parent 44a20e9 commit b484979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
repository: geonetwork/geonetwork-ui
path: 'backend/geonetwork-ui'
- name: Build the gn-ui backend
run: sudo docker-compose -f backend/geonetwork-ui/support-services/docker-compose.yml up -d init
run: sudo docker compose -f backend/geonetwork-ui/support-services/docker-compose.yml up -d init

- name: Install dependencies
run: npm i
Expand Down

0 comments on commit b484979

Please sign in to comment.