Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
chore: reusable release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
ex0b1t committed Nov 18, 2022
1 parent 8f036ea commit 416f689
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
name: Release
name: Docker Release

on:
release:
types:
- published
workflow_dispatch:
inputs:
version:
description: 'Release version eg. 1.0.2-beta'
required: true
type: string

jobs:
release:
name: Docker Release
uses: backbase/workflows/.github/workflows/maven-docker-release.yml@main
with:
version: ${GITHUB_REF##*v}
secrets:
version: ${{ inputs.version }}
github-token: ${{ secrets.GITHUB_TOKEN }}
maven-username: ${{ secrets.MAVEN_USERNAME }}
maven-password: ${{ secrets.MAVEN_PASSWORD }}

0 comments on commit 416f689

Please sign in to comment.