Skip to content

Merge pull request #949 from qianxjcraig/eksctl191 #157

Merge pull request #949 from qianxjcraig/eksctl191

Merge pull request #949 from qianxjcraig/eksctl191 #157

Workflow file for this run

name: Tools
on:
pull_request:
paths:
- 'tools/**'
push:
paths:
- '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