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 Nov 26, 2024
1 parent 3fa71db commit 2789315
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 138 deletions.
65 changes: 0 additions & 65 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-Webauthn"
73 changes: 0 additions & 73 deletions .github/workflows/tag-release.yml

This file was deleted.

0 comments on commit 2789315

Please sign in to comment.