Skip to content

Commit af4845d

Browse files
committed
fix: тег latest присваивается из ветки develop
1 parent bdf681e commit af4845d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-vitepress-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
type=ref,event=pr
9090
type=semver,pattern={{version}}
9191
type=semver,pattern={{major}}.{{minor}}
92-
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'master') || github.ref == format('refs/heads/{0}', 'main') }}
92+
type=raw,value=latest,enable=${{ github.ref == format('refs/heads/{0}', 'develop') }}
9393
type=raw,value=${{ github.event.inputs.image_tag }},enable=${{ github.event_name == 'workflow_dispatch' }}
9494
type=sha,prefix=,format=short
9595

0 commit comments

Comments
 (0)