Skip to content

Commit

Permalink
fix docker-compose error
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay authored Aug 11, 2024
1 parent f44bf0e commit 6c24764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ jobs:
- uses: actions/checkout@v4
- name: validate config
run: |
docker-compose config -q
docker-compose pull
docker compose config -q
docker compose pull

0 comments on commit 6c24764

Please sign in to comment.