We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc323e commit fc05c62Copy full SHA for fc05c62
2 files changed
.github/workflows/deploy.yml
@@ -3,7 +3,7 @@ name: Deploy
3
on:
4
push:
5
tags:
6
- - 'v*'
+ - '*'
7
8
permissions:
9
id-token: write # This is required for requesting the JWT
.github/workflows/release.yml
@@ -1,10 +1,6 @@
1
name: create release
2
run-name: "Release ${{ inputs.releaseversion }}"
-env:
- IMAGE_NAME_DB: "msamt-online/db"
- REGISTRY: "ghcr.io/bungeberatung"
-
workflow_dispatch:
10
inputs:
@@ -82,6 +78,7 @@ jobs:
82
78
committer: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
83
79
author: ${{ github.actor }} <${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com>
84
80
branch: release/${{ inputs.releaseversion }}
81
+ base: develop
85
delete-branch: true
86
title: '[Release] ${{ inputs.releaseversion }}'
87
body: |
0 commit comments