Skip to content

Commit

Permalink
s/docker-compose/docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
stchris committed Oct 1, 2024
1 parent c95d131 commit a55e508
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up
run: |
docker --version
docker-compose --version
docker compose --version
echo "${GITHUB_REF}"
- name: Start services
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up
run: |
docker --version
docker-compose --version
docker compose --version
- name: Build docker cache
run: |
make fresh-cache
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
INGEST=ghcr.io/alephdata/ingest-file
COMPOSE=docker-compose
COMPOSE=docker compose
DOCKER=$(COMPOSE) run --rm ingest-file

.PHONY: build
Expand Down

0 comments on commit a55e508

Please sign in to comment.