Skip to content

Commit

Permalink
Add more jq
Browse files Browse the repository at this point in the history
  • Loading branch information
johnboyes authored Jan 18, 2024
1 parent 3c3742f commit af0f134
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/check_docker_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +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)'
echo "TAGS=$(docker image inspect agilepathway/pull-request-label-checker:${{ env.image_ver }} | jq -r '.[] | (.RepoTags)')" >> $GITHUB_OUTPUT
- name: Check tags
run: |
echo 'here we are'
echo "${{ steps.get_image_tags.outputs.TAGS }}"
docker image inspect agilepathway/pull-request-label-checker:${{ env.image_ver }} | jq -r '.[] | (.RepoTags)' | jq any(index("enterprise"))

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 (150 > 120 characters) (line-length)
Raw output
./.github/workflows/check_docker_latest.yml:18:121: [warning] line too long (150 > 120 characters) (line-length)

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

[error] trailing spaces (trailing-spaces)
Raw output
./.github/workflows/check_docker_latest.yml:18:150: [error] trailing spaces (trailing-spaces)

0 comments on commit af0f134

Please sign in to comment.