Skip to content

Commit 3235708

Browse files
committed
workflows change
1 parent 9554903 commit 3235708

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/docker.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
1-
name: Build and publish a Docker image to ghcr.io
1+
name: Publish Docker Image
22

33
on:
4+
workflow_dispatch:
5+
46
release:
5-
types: [ published ]
7+
types:
8+
- created
69

710
push:
811
branches:

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,5 +78,5 @@ jobs:
7878
- uses: ncipollo/release-action@v1
7979
with:
8080
makeLatest: true
81+
generateReleaseNotes: true
8182
artifacts: "cortex-tenant,*.deb,*.rpm"
82-
body: "Cortex-Tenant release"
File renamed without changes.

0 commit comments

Comments
 (0)