Skip to content

chore(CI): update CI workflows for new branching setup (#327) #302

chore(CI): update CI workflows for new branching setup (#327)

chore(CI): update CI workflows for new branching setup (#327) #302

Workflow file for this run

name: Build current image
on:
push:
branches:
- dev
- 'release/**'
- 'stable/**'
paths-ignore:
- "*.md"
- "LICENSE"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-current:
uses: ./.github/workflows/build-docker.yml
with:
tags: |
type=ref,event=branch
type=sha