Skip to content

Commit

Permalink
Merge pull request #326 from OpenConext/feature/reusable-workflows
Browse files Browse the repository at this point in the history
Use reusable workflow to build the release
  • Loading branch information
pmeulen authored Jun 28, 2024
2 parents 89d7026 + 6b0efb1 commit 5ef8407
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 120 deletions.
68 changes: 0 additions & 68 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-RA"
52 changes: 0 additions & 52 deletions .github/workflows/tag-release.yml

This file was deleted.

0 comments on commit 5ef8407

Please sign in to comment.