Skip to content

Commit a4739e8

Browse files
authored
chore(ci): add workflow dispath to docker ci to manually trigger (#3766)
1 parent c9301ed commit a4739e8

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/docker-build-publish.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,20 @@ on:
1414
- "v[0-9]+.[0-9]+.[0-9]+-arabica"
1515
- "v[0-9]+.[0-9]+.[0-9]+-mocha"
1616
pull_request:
17+
workflow_dispatch:
18+
inputs:
19+
ref:
20+
description: "The checkout reference (ie tag, branch, sha)"
21+
required: true
22+
type: string
1723

1824
jobs:
1925
docker-security-build:
2026
permissions:
2127
contents: write
2228
packages: write
23-
uses: celestiaorg/.github/.github/workflows/[email protected].3 # yamllint disable-line rule:line-length
29+
uses: celestiaorg/.github/.github/workflows/[email protected].4 # yamllint disable-line rule:line-length
2430
with:
2531
dockerfile: Dockerfile
32+
checkout_ref: ${{ github.event.inputs.ref }}
2633
secrets: inherit

0 commit comments

Comments
 (0)