Skip to content

Issue #2521: fix(scripts/buildinputs): fix build input detection to d… #1

Issue #2521: fix(scripts/buildinputs): fix build input detection to d…

Issue #2521: fix(scripts/buildinputs): fix build input detection to d… #1

Workflow file for this run

---
name: Validation of image references (image SHAs) in params.env and runtime images
on: # yamllint disable-line rule:truthy
push:
pull_request:
paths:
- 'manifests/base/commit.env'
- 'manifests/base/params.env'
- 'manifests/base/commit-latest.env'
- 'manifests/base/params-latest.env'
- 'ci/check-params-env.sh'
workflow_dispatch:
permissions:
contents: read
jobs:
validation-of-params-env:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Install dependencies
run: |
sudo apt-get install -y skopeo jq
- name: Validate the 'manifests/base/params.env' file content
run: |
bash ./ci/check-params-env.sh