Skip to content

chore: trigger all build-and-deploy workflows with octopus release en… #42

chore: trigger all build-and-deploy workflows with octopus release en…

chore: trigger all build-and-deploy workflows with octopus release en… #42

name: Build and Deploy nifi image
on:
push:
branches:
- main
- alpha-trigger/**
paths:
- "cdc-sandbox/nifi/**"
jobs:
call-build-microservice-container-workflow:
permissions:
id-token: write
contents: read
security-events: write
uses: CDCgov/NEDSS-Workflows/.github/workflows/Build-other-microservice-container.yaml@cm/fix
with:
microservice_name: nbs7-nifi
dockerfile_relative_path: ./cdc-sandbox/nifi
environment_classifier: SNAPSHOT
create_octopus_release: true
secrets:
NBS_ACCOUNTID: ${{secrets.NBS_ACCOUNTID}}