Skip to content

Commit

Permalink
Merge pull request #143 from luukleenders/feature/dispatch-docker-wor…
Browse files Browse the repository at this point in the history
…kflow

fix: manually dispatch docker workflow
  • Loading branch information
luukleenders authored Dec 23, 2024
2 parents 4e2078c + 11abcee commit c48140a
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 c48140a

Please sign in to comment.