Skip to content

Commit

Permalink
Change docker compose syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAxthelm committed Aug 6, 2024
1 parent 20072ef commit e582386
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-index-preparation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,12 +151,12 @@ jobs:
base_tag: ${{ inputs.image-tag }}
run: |
base_tag=$(echo "$base_tag" | tr -d '[:space:]')
docker-compose build --build-arg="BASE_TAG=$base_tag" -t pacta-index-prep:$base_tag .
docker compose build --build-arg="BASE_TAG=$base_tag" -t pacta-index-prep:$base_tag .
- name: run container
if: ${{ steps.check-exist.outputs.files-exist != 'true' }}
run: |
docker-compose up
docker compose up
# https://github.com/Azure/login?tab=readme-ov-file#login-with-openid-connect-oidc-recommended
- name: Azure Login
Expand Down

0 comments on commit e582386

Please sign in to comment.