Skip to content

Commit

Permalink
ci():allow release to be run
Browse files Browse the repository at this point in the history
  • Loading branch information
Skraye committed Feb 17, 2025
1 parent c27d5ce commit c75def0
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/workflow-release.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
name: Release

on:
workflow_dispatch:
inputs:
plugin-version:
description: "Kestra version"
default: 'LATEST'
required: false
type: string
workflow_call:
inputs:
plugin-version:
Expand Down Expand Up @@ -35,8 +42,8 @@ jobs:
name: Publish Docker
uses: ./.github/workflows/workflow-publish-docker.yml
secrets:
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
DOCKERHUB_PASSWORD: ${{ secrets.DOCKERHUB_PASSWORD }}

Maven:
name: Publish Maven
Expand Down

0 comments on commit c75def0

Please sign in to comment.