Skip to content

Update build tooling #307

Update build tooling

Update build tooling #307

Triggered via pull request December 4, 2023 19:29
Status Failure
Total duration 43s
Artifacts

actions.yml

on: pull_request
actionlint
30s
actionlint
devcontainer-versions
24s
devcontainer-versions
Fit to window
Zoom out
Zoom in

Annotations

10 errors
actionlint: .github/workflows/release-cni-plugin.yml#L35
property "mode" is not defined in object type {} ``` key: cni-plugin-${{ needs.meta.outputs.mode }}-${{ needs.meta.outputs.version }} ^~~~~~~~~~~~~~~~~~~~~~~ ```
actionlint: .github/workflows/release-cni-plugin.yml#L36
property "mode" is not defined in object type {} ``` restore-keys: cni-plugin-${{ needs.meta.outputs.mode }}- ^~~~~~~~~~~~~~~~~~~~~~~ ```
actionlint: .github/workflows/release-cni-plugin.yml#L41
property "repo" is not defined in object type {} ``` - run: | ```
actionlint: .github/workflows/release-cni-plugin.yml#L50
property "mode" is not defined in object type {} ``` - if: needs.meta.outputs.mode == 'release' ^~~~~~~~~~~~~~~~~~~~~~~ ```
actionlint: .github/workflows/release-cni-plugin.yml#L56
property "mode" is not defined in object type {} ``` - if: needs.meta.outputs.mode == 'release' ^~~~~~~~~~~~~~~~~~~~~~~ ```
actionlint: .github/workflows/release-cni-plugin.yml#L57
property "repo" is not defined in object type {} ``` run: | ```
actionlint: .github/workflows/release-cni-plugin.yml#L64
property "mode" is not defined in object type {} ``` - if: needs.meta.outputs.mode == 'release' ^~~~~~~~~~~~~~~~~~~~~~~ ```
actionlint: .github/workflows/release-cni-plugin.yml#L66
property "mode" is not defined in object type {} ``` - if: needs.meta.outputs.mode == 'release' ^~~~~~~~~~~~~~~~~~~~~~~ ```
actionlint: .github/workflows/release-cni-plugin.yml#L67
property "repo" is not defined in object type {} ``` run: cosign sign -y "${{ needs.meta.outputs.repo }}:${{ needs.meta.outputs.version }}" ^~~~~~~~~~~~~~~~~~~~~~~ ```
actionlint: .github/workflows/release-cni-plugin.yml#L79
property "mode" is not defined in object type {} ``` - if: needs.meta.outputs.mode == 'release' ^~~~~~~~~~~~~~~~~~~~~~~ ```