Skip to content

Commit

Permalink
feat(ci): enable a checkbox to push the container image when manually…
Browse files Browse the repository at this point in the history
… building via workflow dispatch
  • Loading branch information
ebr committed Sep 3, 2024
1 parent 6dabe4d commit 9422df2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ on:
tags:
- 'v*.*.*'
workflow_dispatch:
inputs:
push-to-registry:
description: Push the built image to the container registry
required: false
type: boolean
default: false

permissions:
contents: write
Expand Down

0 comments on commit 9422df2

Please sign in to comment.