diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index da4c1a5..76309e2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -53,9 +53,9 @@ jobs: - name: Checkout uses: actions/checkout@v2 - name: Build - run: docker-compose build hackney-shared-cautionary-alerts-test + run: docker compose build hackney-shared-cautionary-alerts-test - name: Run tests - run: docker-compose run hackney-shared-cautionary-alerts-test + run: docker compose run hackney-shared-cautionary-alerts-test publish-package: name: Publish Package