Skip to content

feat: add gha for codebuild fedora arm #602

feat: add gha for codebuild fedora arm

feat: add gha for codebuild fedora arm #602

name: presubmit image exists
on:
pull_request: {}
workflow_dispatch: {}
jobs:
presubmit-image-exists:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
- uses: GeoNet/setup-crane@00c9e93efa4e1138c9a7a5c594acd6c75a2fbf0c # main
- name: resolve image to digest
run: |
jq '.sync[].source' -r -c <<< "$(yq e . -o json config.yaml)" | xargs -n 1 -I % -P 1000 crane digest %