Skip to content

Commit

Permalink
Add brackets
Browse files Browse the repository at this point in the history
  • Loading branch information
johnboyes authored Jan 18, 2024
1 parent d99250e commit 36ac192
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) | select(. == "wrongagilepathway/pull-request-label-checker:${{ env.image_ver }}") '
docker image inspect agilepathway/pull-request-label-checker:${{ env.image_ver }} | jq -r '.[] | (.RepoTags) | select(. == ("agilepathway/pull-request-label-checker:${{ 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 (200 > 120 characters) (line-length)
Raw output
./.github/workflows/check_docker_latest.yml:18:121: [warning] line too long (200 > 120 characters) (line-length)

0 comments on commit 36ac192

Please sign in to comment.