Skip to content

Stable release

Stable release #3

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
# Copyright 2024 Authors of SentryFlow
name: Stable release
on:
create:
tags:
- "v*"
permissions: read-all
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
release-sentryflow-image:
#if: github.repository == '5GSEC/SentryFlow'
name: Build and push nimbus image
uses: ./.github/workflows/release-image.yaml
with:
WORKING_DIRECTORY: ./sentryflow
NAME: sentryflow
secrets: inherit