Skip to content

Commit

Permalink
GHA: Add reusable workflow to release and build
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Jul 25, 2024
1 parent 8921d84 commit 09e4405
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 126 deletions.
48 changes: 0 additions & 48 deletions .github/workflows/build-push-docker-image.yml

This file was deleted.

12 changes: 12 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: release

on:
push:
tags:
- "*.*.*"

jobs:
build-release-and-push-container:
uses: openconext/openconext-githubactions/.github/workflows/symfony-release.yml@main
with:
component_name: "Stepup-Middleware"
78 changes: 0 additions & 78 deletions .github/workflows/tag-release.yml

This file was deleted.

0 comments on commit 09e4405

Please sign in to comment.