Skip to content

Commit

Permalink
chore(ci): add workflow dispath to docker ci to manually trigger (#3766)
Browse files Browse the repository at this point in the history
  • Loading branch information
MSevey authored Sep 24, 2024
1 parent c9301ed commit a4739e8
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/docker-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,20 @@ on:
- "v[0-9]+.[0-9]+.[0-9]+-arabica"
- "v[0-9]+.[0-9]+.[0-9]+-mocha"
pull_request:
workflow_dispatch:
inputs:
ref:
description: "The checkout reference (ie tag, branch, sha)"
required: true
type: string

jobs:
docker-security-build:
permissions:
contents: write
packages: write
uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.4.3 # yamllint disable-line rule:line-length
uses: celestiaorg/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.4.4 # yamllint disable-line rule:line-length
with:
dockerfile: Dockerfile
checkout_ref: ${{ github.event.inputs.ref }}
secrets: inherit

0 comments on commit a4739e8

Please sign in to comment.