Skip to content

add filter for cost queries #146

add filter for cost queries

add filter for cost queries #146

name: "release/docker"
on:
workflow_dispatch: {}
push:
branches:
- 'main'
- 'feature-**'
- 'bugfix-**'
tags:
- '*.*.*'
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
release:
uses: ./.github/workflows/build-docker.yaml
secrets: inherit
with:
publish: ${{ github.event_name != 'pull_request' }}