Skip to content

add budget metrics by scope (subscriptions/billing account) and budge… #127

add budget metrics by scope (subscriptions/billing account) and budge…

add budget metrics by scope (subscriptions/billing account) and budge… #127

Workflow file for this run

name: "release/docker"
on:
push:
branches:
- 'main'
- 'feature-**'
- 'bugfix-**'
tags:
- '*.*.*'
jobs:
release:
uses: ./.github/workflows/build-docker.yaml
secrets: inherit
with:
publish: ${{ github.event_name != 'pull_request' }}