Skip to content

2024-11-12-spad194 #988

2024-11-12-spad194

2024-11-12-spad194 #988

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