Skip to content

Commit

Permalink
manually dispatch docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
luukleenders committed Dec 23, 2024
1 parent 4e2078c commit 11abcee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
name: Docker build and push

on:
workflow_dispatch:
inputs:
platform:
description: Platforms to build for
required: true
type: choice
options:
- "linux/amd64, linux/arm64"
workflow_call:
inputs:
platform:
Expand Down

0 comments on commit 11abcee

Please sign in to comment.