Skip to content

Commit

Permalink
Make use of a reusable workflow to build and release the app
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed May 23, 2024
1 parent 853cd69 commit 8c5c360
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: release

on:
push:
tags:
- "*.*.*"
branches:
- "feature/reusable_workflows"

jobs:
build-release-and-push-container:
uses: openconext/openconext-githubactions/.github/workflows/java-release.yml@main
with:
java_version: "17"

0 comments on commit 8c5c360

Please sign in to comment.