Skip to content

chore: Update Tools to 1.22.0 #1403

chore: Update Tools to 1.22.0

chore: Update Tools to 1.22.0 #1403

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Build
run: |-
cd infra/build && make build-image-developer-tools