We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe9e63d commit 91b3770Copy full SHA for 91b3770
1 file changed
.github/workflows/docker-publish.yml
@@ -5,7 +5,8 @@ run-name: "Release ${{ inputs.tag || github.ref_name }}"
5
on:
6
push:
7
tags:
8
- - "*/*"
+ - 'release/*'
9
+ - 'ai/*'
10
workflow_dispatch:
11
inputs:
12
tag:
@@ -199,6 +200,7 @@ jobs:
199
200
tag_name: ${{ needs.detect.outputs.tag_ref }}
201
name: Release ${{ needs.detect.outputs.version }}
202
prerelease: ${{ needs.detect.outputs.prerelease }}
203
+ make_latest: ${{ needs.detect.outputs.prerelease == 'false' }}
204
generate_release_notes: true
205
env:
206
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments