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 Aug 22, 2024
1 parent a55c137 commit f5ac7c2
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 125 deletions.
59 changes: 0 additions & 59 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: "Openconext-engineblock"
66 changes: 0 additions & 66 deletions .github/workflows/tag-release.yml

This file was deleted.

0 comments on commit f5ac7c2

Please sign in to comment.