Skip to content

fix: update aquaproj/aqua (v2.42.1 -> v2.42.2) (#152) #8

fix: update aquaproj/aqua (v2.42.1 -> v2.42.2) (#152)

fix: update aquaproj/aqua (v2.42.1 -> v2.42.2) (#152) #8

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