Skip to content

Run promote-images in parallel to test-images on branches other than …

Sign in for the full log view
GitHub Actions / actionlint failed Jan 3, 2025 in 0s

reviewdog [actionlint] report

reported by reviewdog 🐶

Findings (9)

.github/workflows/build_and_test.yml|933 col 3| job "promote-images" needs job "${{ fromjson(\n (github.ref_name == 'main' || github.ref_name == 'release' || github.ref_name == 'release-proxy' || github.ref_name == 'release-compute' || github.ref_name == 'jcgruenhage/promote-images-while-test-images')\n && '[ check-permissions, tag, test-images, vm-compute-node-image ]'\n || '[ check-permissions, tag, vm-compute-node-image ]'\n) }}\n" which does not exist in this workflow [job-needs]
.github/workflows/build_and_test.yml|935 col 18| context "github" is not allowed here. no context is available here. see https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability for more details [expression]
.github/workflows/build_and_test.yml|935 col 47| context "github" is not allowed here. no context is available here. see https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability for more details [expression]
.github/workflows/build_and_test.yml|935 col 79| context "github" is not allowed here. no context is available here. see https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability for more details [expression]
.github/workflows/build_and_test.yml|935 col 117| context "github" is not allowed here. no context is available here. see https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability for more details [expression]
.github/workflows/build_and_test.yml|935 col 157| context "github" is not allowed here. no context is available here. see https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability for more details [expression]
.github/workflows/build_and_test.yml|967 col 161| property "tag" is not defined in object type {} [expression]
.github/workflows/build_and_test.yml|975 col 200| property "tag" is not defined in object type {} [expression]
.github/workflows/build_and_test.yml|1010 col 185| property "tag" is not defined in object type {} [expression]

Filtered Findings (0)

Annotations

Check failure on line 933 in .github/workflows/build_and_test.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/build_and_test.yml#L933

job "promote-images" needs job "${{ fromjson(\n  (github.ref_name == 'main' || github.ref_name == 'release' || github.ref_name == 'release-proxy' || github.ref_name == 'release-compute' || github.ref_name == 'jcgruenhage/promote-images-while-test-images')\n    && '[ check-permissions, tag, test-images, vm-compute-node-image ]'\n    || '[ check-permissions, tag, vm-compute-node-image ]'\n) }}\n" which does not exist in this workflow [job-needs]
Raw output
.github/workflows/build_and_test.yml:933:3: job "promote-images" needs job "${{ fromjson(\n  (github.ref_name == 'main' || github.ref_name == 'release' || github.ref_name == 'release-proxy' || github.ref_name == 'release-compute' || github.ref_name == 'jcgruenhage/promote-images-while-test-images')\n    && '[ check-permissions, tag, test-images, vm-compute-node-image ]'\n    || '[ check-permissions, tag, vm-compute-node-image ]'\n) }}\n" which does not exist in this workflow [job-needs]

Check failure on line 935 in .github/workflows/build_and_test.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/build_and_test.yml#L935

context "github" is not allowed here. no context is available here. see https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability for more details [expression]
Raw output
.github/workflows/build_and_test.yml:935:18: context "github" is not allowed here. no context is available here. see https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability for more details [expression]

Check failure on line 935 in .github/workflows/build_and_test.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/build_and_test.yml#L935

context "github" is not allowed here. no context is available here. see https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability for more details [expression]
Raw output
.github/workflows/build_and_test.yml:935:47: context "github" is not allowed here. no context is available here. see https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability for more details [expression]

Check failure on line 935 in .github/workflows/build_and_test.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/build_and_test.yml#L935

context "github" is not allowed here. no context is available here. see https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability for more details [expression]
Raw output
.github/workflows/build_and_test.yml:935:79: context "github" is not allowed here. no context is available here. see https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability for more details [expression]

Check failure on line 935 in .github/workflows/build_and_test.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/build_and_test.yml#L935

context "github" is not allowed here. no context is available here. see https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability for more details [expression]
Raw output
.github/workflows/build_and_test.yml:935:117: context "github" is not allowed here. no context is available here. see https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability for more details [expression]

Check failure on line 935 in .github/workflows/build_and_test.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/build_and_test.yml#L935

context "github" is not allowed here. no context is available here. see https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability for more details [expression]
Raw output
.github/workflows/build_and_test.yml:935:157: context "github" is not allowed here. no context is available here. see https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability for more details [expression]

Check failure on line 967 in .github/workflows/build_and_test.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/build_and_test.yml#L967

property "tag" is not defined in object type {} [expression]
Raw output
.github/workflows/build_and_test.yml:967:161: property "tag" is not defined in object type {} [expression]

Check failure on line 975 in .github/workflows/build_and_test.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/build_and_test.yml#L975

property "tag" is not defined in object type {} [expression]
Raw output
.github/workflows/build_and_test.yml:975:200: property "tag" is not defined in object type {} [expression]

Check failure on line 1010 in .github/workflows/build_and_test.yml

See this annotation in the file changed.

@github-actions github-actions / actionlint

[actionlint] .github/workflows/build_and_test.yml#L1010

property "tag" is not defined in object type {} [expression]
Raw output
.github/workflows/build_and_test.yml:1010:185: property "tag" is not defined in object type {} [expression]