Skip to content

chore: pin alpine (#176) #24

chore: pin alpine (#176)

chore: pin alpine (#176) #24

---
# 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 }}