Skip to content

Commit b78217f

Browse files
authored
ci: provide ability to specify tag for which to build docker image
1 parent 79fe909 commit b78217f

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/osrm-backend-docker.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ on:
44
tags:
55
- 'v*'
66
workflow_dispatch:
7+
inputs:
8+
ref:
9+
description: 'Git ref (tag) to build the images from'
10+
required: true
11+
type: string
712

813
jobs:
914
publish:

0 commit comments

Comments
 (0)