Skip to content

Commit

Permalink
Update compose validate workflow to use new command
Browse files Browse the repository at this point in the history
  • Loading branch information
frewmack committed Dec 2, 2024
1 parent d7a5a5d commit dcce6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compose-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ jobs:
run: |
for COMPOSE_FILE in docker-compose*.yaml
do
docker-compose -f $COMPOSE_FILE config
docker compose -f $COMPOSE_FILE config
done

0 comments on commit dcce6e5

Please sign in to comment.