Stable release #3
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |