Skip to content

Updated Nifi+Nifi-registry to 2.7.0. #1064

Updated Nifi+Nifi-registry to 2.7.0.

Updated Nifi+Nifi-registry to 2.7.0. #1064

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: nifi
dockerfile: nifi/Dockerfile
cache_scope: nifi
secrets: inherit