Skip to content

Commit

Permalink
Replace docker-compose > docker compose.
Browse files Browse the repository at this point in the history
  • Loading branch information
brocaar committed Aug 16, 2024
1 parent afe5017 commit 19d8b35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2
-
name: Test building snapshot
run: docker-compose run --rm chirpstack-rest-api make snapshot
run: docker compose run --rm chirpstack-rest-api make snapshot

dist:
needs: test
Expand All @@ -35,7 +35,7 @@ jobs:
aws-region: eu-west-1
-
name: Build distributable binaries
run: docker-compose run --rm chirpstack-rest-api make dist
run: docker compose run --rm chirpstack-rest-api make dist
-
name: Upload binaries to S3
if: startsWith(github.ref, 'refs/tags/v')
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dev-requirements:
go install github.com/goreleaser/nfpm/v2/cmd/nfpm

devshell:
docker-compose run --rm chirpstack-rest-api bash
docker compose run --rm chirpstack-rest-api bash

generate:
go get -u github.com/chirpstack/chirpstack/api/go/v4@${VERSION}
Expand Down

0 comments on commit 19d8b35

Please sign in to comment.