Skip to content

Update tools to 0.10.0 #163

Update tools to 0.10.0

Update tools to 0.10.0 #163

Workflow file for this run

name: Tools
on:
pull_request:
paths:
- 'Makefile'
- 'clarify.toml'
- 'deny.toml'
- 'tools/**'
push:
paths:
- 'Makefile'
- 'clarify.toml'
- 'deny.toml'
- 'tools/**'
branches: [develop]
jobs:
images:
runs-on:
group: bottlerocket
labels: bottlerocket_ubuntu-latest_16-core
steps:
- uses: actions/checkout@v4
# Build local tools container in case we are working on a new tools release
- run: make tools
- run: make images