Skip to content

Commit

Permalink
Use reusable workflow to build the release
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje authored and phavekes committed Jun 28, 2024
1 parent 4602d95 commit b600862
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 116 deletions.
67 changes: 0 additions & 67 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-SelfService"
49 changes: 0 additions & 49 deletions .github/workflows/tag-release.yml

This file was deleted.

0 comments on commit b600862

Please sign in to comment.