Skip to content

Commit

Permalink
Merge pull request #73 from sysdiglabs/run-build-from-other-branches
Browse files Browse the repository at this point in the history
run build from other branches
  • Loading branch information
eckelon authored Nov 3, 2023
2 parents 552f22d + d15f856 commit 6acd981
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ name: Build
on:
push:
branches: [ build ]
workflow_dispatch:
inputs:
branch:
description: 'Branch you want to build'
required: true
default: 'build'

# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
Expand All @@ -27,4 +33,4 @@ jobs:
tag_name: dev
target: ${{ matrix.docker }}
repository: us-docker.pkg.dev
dockerfile: "./build/Dockerfile"
dockerfile: "./build/Dockerfile"

0 comments on commit 6acd981

Please sign in to comment.