Skip to content

fix dockerfile style #7

fix dockerfile style

fix dockerfile style #7

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