Skip to content

chore: Update Tools to 1.20.9 #1296

chore: Update Tools to 1.20.9

chore: Update Tools to 1.20.9 #1296

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