Skip to content

Commit

Permalink
Add wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
johnboyes authored Jan 18, 2024
1 parent a021244 commit 5c3306b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_docker_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ jobs:
image_ver: v1.6.13
run: |
docker pull agilepathway/pull-request-label-checker:${{ env.image_ver }}
docker image inspect agilepathway/pull-request-label-checker:${{ env.image_ver }} | jq -r '.[] | (.RepoTags) | any(index("agilepathway/pull-request-label-checker:${{ env.image_ver }}")) '
docker image inspect agilepathway/pull-request-label-checker:${{ env.image_ver }} | jq -r '.[] | (.RepoTags) | any(index("agilepathway/pull-request-label-checker:wrong${{ env.image_ver }}")) '

Check failure on line 18 in .github/workflows/check_docker_latest.yml

View workflow job for this annotation

GitHub Actions / yamllint

[yamllint] .github/workflows/check_docker_latest.yml#L18

[warning] line too long (202 > 120 characters) (line-length)
Raw output
./.github/workflows/check_docker_latest.yml:18:121: [warning] line too long (202 > 120 characters) (line-length)

0 comments on commit 5c3306b

Please sign in to comment.