Skip to content

2024-11-09-spad191 #985

2024-11-09-spad191

2024-11-09-spad191 #985

name: Build Image On Release
on:
release:
types: [ published ]
pull_request:
workflow_dispatch:
jobs:
call-workflow:
uses: thespad/actions/.github/workflows/[email protected]
with:
repo_owner: thespad
app_name: "arr-in-one"
release_type: "script"
dockerhub_user: "thespad"
target-arch: >-
["amd64", "arm64v8"]
sign_image: false
secrets:
dockerhub_password: ${{ secrets.DOCKER_PASSWORD }}