chore: update image versions to 0.9.1-fix1

This commit is contained in:
-LAN-
2024-10-11 00:56:37 +08:00
parent 36d3221a05
commit c2328cb676
5 changed files with 9 additions and 10 deletions

View File

@ -5,7 +5,6 @@ on:
branches:
- "main"
- "deploy/dev"
- "release/0.9.2"
release:
types: [published]
@ -126,7 +125,7 @@ jobs:
with:
images: ${{ env[matrix.image_name_env] }}
tags: |
type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/') && !contains(github.ref, '-') }}
type=raw,value=latest,enable=${{ startsWith(github.ref, 'refs/tags/') && !contains(github.ref, '-beta') }}
type=ref,event=branch
type=sha,enable=true,priority=100,prefix=,suffix=,format=long
type=raw,value=${{ github.ref_name }},enable=${{ startsWith(github.ref, 'refs/tags/') }}