Skip to content

feat: include more system tools within tools image (#145) #4

feat: include more system tools within tools image (#145)

feat: include more system tools within tools image (#145) #4

---
# yamllint disable rule:line-length
name: publish-tools
on:
push:
branches:
- main
paths:
- tools/**
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
permissions:
contents: write
jobs:
publish:
uses: ./.github/workflows/release-workflow.yaml
secrets: inherit
with:
image_name: tools
platforms: linux/amd64,linux/arm64
source_git_ref: ${{ github.ref }}