Skip to content

Bump thespad/actions from 8.0.2 to 8.0.3 #98

Bump thespad/actions from 8.0.2 to 8.0.3

Bump thespad/actions from 8.0.2 to 8.0.3 #98

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