Skip to content

Commit

Permalink
add dev workflow
Browse files Browse the repository at this point in the history
Signed-off-by: svrnm <[email protected]>
  • Loading branch information
svrnm committed Dec 9, 2024
1 parent 120efef commit bd1909e
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build-images-on-commit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Build and publish dev container images

on:
push:
branches: [ main ]
paths:
- 'loaders/**'
- 'services/**'
- '.version'
workflow_dispatch:

jobs:
build:
uses: ./.github/workflows/reusable-build-container-images.yml
with:
push: true
release_stream: dev

0 comments on commit bd1909e

Please sign in to comment.