Skip to content

Fix logging transports #30

Fix logging transports

Fix logging transports #30

Workflow file for this run

name: Build and Release Image
on:
push:
tags:
- '*'
jobs:
build-and-push:
uses: ./.github/workflows/_build.yaml
with:
tag: ${{ github.ref_name }}
ref: ${{ github.ref }}
push: true
secrets: inherit