Skip to content

Commit

Permalink
Update orca-oes.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
yugaa22 authored Jun 26, 2024
1 parent c5563b6 commit ed5a0cd
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .github/workflows/orca-oes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,17 @@ name: Branch Build orca

on:
workflow_call:
workflow_dispatch:
workflow_dispatch:
inputs:
CUSTOMPLUGIN_RELEASEVERSION:
# Friendly description to be shown in the UI instead of 'name'
description: 'CUSTOMPLUGIN_RELEASEVERSION version'
# Default value if no value is explicitly provided
default: 'v4.0.4.2-rc5'
# Input has to be provided for the workflow to run
required: false
# The data type of the input
type: string
push:
branches:
- OES-1.30.1
Expand Down Expand Up @@ -59,7 +69,7 @@ jobs:
with:
context: .
build-args: |
CUSTOMPLUGIN_RELEASEVERSION=v4.0.4.2-rc5
CUSTOMPLUGIN_RELEASEVERSION=${{ inputs.CUSTOMPLUGIN_RELEASEVERSION }}
CUSTOMPLUGIN_RELEASEORG=opsmx
CUSTOMPLUGIN_RELEASEREPO=armory-observability-plugin
CUSTOMPLUGIN_RELEASE_VERSION=v1.0.1
Expand All @@ -73,7 +83,7 @@ jobs:
with:
context: .
build-args: |
CUSTOMPLUGIN_RELEASEVERSION=v4.0.4.2-rc5
CUSTOMPLUGIN_RELEASEVERSION=${{ inputs.CUSTOMPLUGIN_RELEASEVERSION }}
CUSTOMPLUGIN_RELEASEORG=opsmx
CUSTOMPLUGIN_RELEASEREPO=armory-observability-plugin
CUSTOMPLUGIN_RELEASE_VERSION=v1.0.1
Expand Down

0 comments on commit ed5a0cd

Please sign in to comment.