Skip to content

chore: Update Tools to 1.22.15 #1614

chore: Update Tools to 1.22.15

chore: Update Tools to 1.22.15 #1614

name: Test devtools image build
on:
pull_request:
branches:
- "master"
paths:
- "infra/build/**"
- ".github/workflows/test-cft-devtools.yml"
concurrency:
group: '${{ github.workflow }}-${{ github.head_ref || github.ref }}'
cancel-in-progress: true
jobs:
build-dev-tools:
name: Build CFT dev tools image
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Build
run: |-
cd infra/build && make build-image-developer-tools