Skip to content

GHA: Use sharaed workflow for multi-arch builds #2

GHA: Use sharaed workflow for multi-arch builds

GHA: Use sharaed workflow for multi-arch builds #2

Workflow file for this run

name: Push Release Tags
on:
push:
tags:
- '**'
workflow_call:
workflow_dispatch:
jobs:
release:
uses: BerkeleyLibrary/.github/.github/workflows/docker-release.yml@v2.0.0
with:
image: ghcr.io/${{ github.repository }}
secrets: inherit