Skip to content

Commit b600862

Browse files
quartjephavekes
authored andcommitted
Use reusable workflow to build the release
1 parent 4602d95 commit b600862

File tree

3 files changed

+12
-116
lines changed

3 files changed

+12
-116
lines changed

.github/workflows/build-push-docker-image.yml

-67
This file was deleted.

.github/workflows/release.yml

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
name: release
2+
3+
on:
4+
push:
5+
tags:
6+
- "*.*.*"
7+
8+
jobs:
9+
build-release-and-push-container:
10+
uses: openconext/openconext-githubactions/.github/workflows/symfony-release.yml@main
11+
with:
12+
component_name: "Stepup-SelfService"

.github/workflows/tag-release.yml

-49
This file was deleted.

0 commit comments

Comments
 (0)