Skip to content

Commit

Permalink
docs: fix GitLab CI example
Browse files Browse the repository at this point in the history
  • Loading branch information
zavoloklom committed Nov 26, 2024
1 parent 5954f00 commit 5d8dba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -287,8 +287,8 @@ that your Docker Compose files are always checked for errors before deployment.
```yaml
lint-docker-compose:
image:
name: zavoloklom/dclint
entrypoint: [ "" ]
name: zavoloklom/dclint:alpine
entrypoint: [ '' ]
script:
- /bin/dclint . -r -f codeclimate -o gl-codequality.json
artifacts:
Expand Down

0 comments on commit 5d8dba6

Please sign in to comment.