Skip to content

add comment for 404 response codes #18

add comment for 404 response codes

add comment for 404 response codes #18

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