Skip to content

fix: nginx container logging is overly verbose #10

fix: nginx container logging is overly verbose

fix: nginx container logging is overly verbose #10

Workflow file for this run

name: CD
on:
push:
branches:
- master
tags:
- v*
jobs:
build:
uses: ./.github/workflows/build.yaml
publish:
uses: ./.github/workflows/publish.yaml
needs: build
secrets: inherit