Skip to content

Bump actions to v8

Bump actions to v8 #96

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: "dive"
release_type: "github"
release_url: "https://api.github.com/repos/wagoodman/dive"
dockerhub_user: "thespad"
target-arch: "64"
sign_image: false
secrets:
dockerhub_password: ${{ secrets.DOCKER_PASSWORD }}