forked from farhoodlabs/paperclip
fd10404374
Co-Authored-By: Paperclip <noreply@paperclip.ing>
20 lines
793 B
YAML
20 lines
793 B
YAML
# Disabled in fork — Docker builds are handled by the fork overlay:
|
|
# build-prod.yml triggers on `local` branch → ghcr.io/farhoodlabs/paperclip
|
|
# build-dev.yml triggers on `dev` branch → ghcr.io/farhoodlabs/paperclip-dev
|
|
# See .farhoodlabs/.github/workflows/ and .github/workflows/assemble-local.yml
|
|
#
|
|
# NOTE: upstream may overwrite this file when master is synced. Re-apply if that happens,
|
|
# or use the sync-upstream.yml action which re-applies these overrides automatically.
|
|
name: Docker
|
|
on:
|
|
workflow_dispatch:
|
|
inputs:
|
|
note:
|
|
description: "Disabled in fork. Use build-prod.yml (local) or build-dev.yml (dev)."
|
|
required: false
|
|
jobs:
|
|
disabled:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo "Disabled. See build-prod.yml and build-dev.yml."
|