Skip to content

Commit

Permalink
change docker-compose to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVyborny committed Aug 8, 2024
1 parent 4e2279d commit 2385b2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
- name: Build image and run tests
run: |
docker build -t $APP_IMAGE .
docker-compose run --rm wait
docker-compose run --rm app
docker compose run --rm wait
docker compose run --rm app
- name: Push image to ECR
run: |
docker pull quay.io/keboola/developer-portal-cli-v2:latest
Expand Down

0 comments on commit 2385b2d

Please sign in to comment.