Skip to content

Deploy: updated charts. #72

Deploy: updated charts.

Deploy: updated charts. #72

Workflow file for this run

name: docker-nifi
on:
push:
branches: ['**']
tags: ['v*.*.*']
pull_request:
release:
types: [published]
workflow_dispatch:
permissions:
contents: read
jobs:
build:
uses: ./.github/workflows/_docker_template.yml
with:
image: cogstacksystems/cogstack-nifi
context: .
dockerfile: nifi/Dockerfile
cache_scope: nifi
secrets: inherit