Skip to content

Commit

Permalink
no hyphen
Browse files Browse the repository at this point in the history
Signed-off-by: Adrian Cole <[email protected]>
  • Loading branch information
codefromthecrypt committed Feb 20, 2025
1 parent 15eef38 commit d98f954
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-chatbot-rag-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,13 @@ jobs:
cache-to: type=gha,mode=max
- name: start elasticsearch
if: github.event_name == 'pull_request'
run: docker-compose -f docker/docker-compose-elastic.yml elasticsearch up -d --wait
run: docker compose -f docker/docker-compose-elastic.yml elasticsearch up -d --wait
- name: test image using index creation
if: github.event_name == 'pull_request'
working-directory: example-apps/chatbot-rag-app
run: |
cp env.example .env
docker-compose run --rm -T create-index
docker compose run --rm -T create-index
- name: export digest
if: github.event_name == 'push'
run: |
Expand Down

0 comments on commit d98f954

Please sign in to comment.