Skip to content

Merge pull request #18 from flownative/access-logs #9

Merge pull request #18 from flownative/access-logs

Merge pull request #18 from flownative/access-logs #9

name: Build Docker Image on tag
on:
push:
branches-ignore:
- '**'
tags:
- 'v*.*.*'
jobs:
build:
uses: ./.github/workflows/docker.build.yaml
secrets: inherit