Skip to content

Metrics from build tags (#83) #25

Metrics from build tags (#83)

Metrics from build tags (#83) #25

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' }}