Skip to content

fix(cli-tools): update aqua registry: aquaproj/aqua-registry (v4.462.0 -> v4.464.0) #371

fix(cli-tools): update aqua registry: aquaproj/aqua-registry (v4.462.0 -> v4.464.0)

fix(cli-tools): update aqua registry: aquaproj/aqua-registry (v4.462.0 -> v4.464.0) #371

---
# yamllint disable rule:line-length
name: update-aqua-checksum
on:
pull_request:
paths:
- 'images/homelab-workspace/aqua.yaml'
- 'images/homelab-workspace/aqua-checksums.json'
- '.github/workflows/update-aqua-checksum.yaml'
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
permissions:
contents: read
jobs:
update-aqua-checksums:
uses: ppat/github-workflows/.github/workflows/update-aqua-checksums.yaml@0bf8cd1eeb8e6e9f67fab279bc3be57e0be29c50 # v3.2.0
with:
git_ref: ${{ github.head_ref || github.ref_name }}
aqua_dirs: |
images/homelab-workspace
prune: true
secrets:
app_id: ${{ secrets.HOMELAB_BOT_APP_ID }}
app_private_key: ${{ secrets.HOMELAB_BOT_APP_PRIVATE_KEY }}