Skip to content

Commit 0d74a35

Browse files
Enable manual Docker workflow trigger from any branch
- Add workflow_dispatch input for branch selection - Add libcurl4-openssl-dev and libzip-dev to Docker image - Required for new modularized download_utils and zip_utils
1 parent d1f9ee8 commit 0d74a35

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/docker.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ name: Publish Docker
22

33
on:
44
workflow_dispatch:
5+
inputs:
6+
branch:
7+
description: 'Branch to build from'
8+
required: false
9+
default: 'main'
510
push:
611
branches:
712
- 'main'

0 commit comments

Comments
 (0)