Skip to content

release 1.1.3

release 1.1.3 #13

name: Image Release
on:
push:
# Publish `master` as Docker `latest` image.
branches:
- master
# Publish `v1.2.3` tags as releases.
tags:
- v*
paths-ignore:
- "*/README.md"
- "charts/**"
workflow_dispatch:
jobs:
build_push:
uses: ./.github/workflows/image.yaml
secrets: inherit
permissions:
packages: write
contents: read