This repository was archived by the owner on Sep 1, 2026. It is now read-only.
publish #323
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Generated automatically by org-governance-bot. Do not edit manually. | |
| name: "publish" | |
| on: | |
| push: | |
| branches: | |
| - main | |
| tags: | |
| - v*.*.* | |
| schedule: | |
| - cron: 0 0 * * * | |
| permissions: | |
| attestations: write | |
| contents: write | |
| id-token: write | |
| packages: write | |
| security-events: write | |
| jobs: | |
| orchestrate: | |
| uses: blinklabs-io/actions/.github/workflows/reuseable-publish-docker-multiarch.yml@main | |
| secrets: | |
| docker-password: ${{ secrets.DOCKER_PASSWORD }} | |
| with: | |
| description: Amaru built from source on Debian | |
| docker-image: blinklabs/amaru | |
| ghcr-image: blinklabs-io/amaru |