Skip to content

Commit

Permalink
update docker push workflow to allow manual trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Taniya-Das committed Dec 3, 2024
1 parent 6875966 commit f169bcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
- "docker/Dockerfile"
- "docs/Docker reference/Docker.md"

workflow_dispatch: # allows manual trigger to the workflow

jobs:
build-and-push:
runs-on: ubuntu-latest
Expand Down

0 comments on commit f169bcf

Please sign in to comment.