Skip to content

Commit

Permalink
ci: allow to build and push new Docker image manually (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pitasi committed Mar 20, 2024
1 parent 2a0d450 commit 7c9aa06
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/build_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
name: Build and Push Docker

on:
workflow_dispatch:
inputs:
service_name:
description: 'Service'
required: true
type: choice
options:
- spaceward
- wardend
- faucet
- wardenkms
workflow_call:
inputs:
service_name:
Expand Down

0 comments on commit 7c9aa06

Please sign in to comment.