Skip to content

Commit

Permalink
feat: add manual build-and-push workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Bence Csati <bcsati@cisco.com>
  • Loading branch information
csatib02 committed Jul 8, 2024
1 parent 91a2b9d commit 673fb30
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/build-and-push-components-manual.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Build and Push Components Manual

on:
workflow_dispatch:

permissions:
packages: write

jobs:
build-and-push:
uses: ./.github/workflows/build-and-push-components-registry.yml
with:
suffix: "-dev"
image_tag: latest

0 comments on commit 673fb30

Please sign in to comment.