Skip to content

Commit

Permalink
Use reuseable workflow to build the app and publish the container
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje committed Sep 13, 2024
1 parent 3d797fd commit bc7566f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 57 deletions.
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: "OpenConext-engineblock"
57 changes: 0 additions & 57 deletions .github/workflows/tag-release.yml

This file was deleted.

0 comments on commit bc7566f

Please sign in to comment.