Skip to content

Release Envoy WASM Filter #2

Release Envoy WASM Filter

Release Envoy WASM Filter #2

Workflow file for this run

# SPDX-License-Identifier: Apache-2.0
# Copyright 2024 Authors of SentryFlow
name: Release Envoy WASM Filter
on:
create:
tags:
- "v*"
workflow_dispatch:
inputs:
tag:
description: "Release tag for image"
type: "string"
required: true
permissions: read-all
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
release-filter:
#if: github.repository == '5GSEC/SentryFlow'
name: Build and push nimbus image
uses: ./.github/workflows/release-image.yaml
with:
WORKING_DIRECTORY: ./filter/envoy/envoy-wasm-filters
NAME: sentryflow-filter
secrets: inherit