Skip to content

Commit d0de98f

Browse files
add a latest release tag
1 parent 08f5115 commit d0de98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
with:
3737
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
3838
tags: |
39-
type=ref,event=branch
4039
type=ref,event=branch,pattern=release/v(?<version>\d+\.\d+\.\d+),group=version
40+
type=ref,event=branch,pattern=release/latest,group=latest
4141
4242
4343
- name: Build and push Docker image

0 commit comments

Comments
 (0)