Skip to content

Commit 7019294

Browse files
committed
update publish docker image action
1 parent edfb3cc commit 7019294

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-docker-image.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
workflow_dispatch:
55
push:
66
branches: [ main ]
7+
tags: [ 'v*' ]
78
paths-ignore:
89
- "**.md"
910
schedule:
@@ -37,6 +38,7 @@ jobs:
3738
uses: docker/metadata-action@v4
3839
with:
3940
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
41+
flavor: latest=auto
4042
- name: Build and push Docker image
4143
uses: docker/build-push-action@v4
4244
with:

0 commit comments

Comments
 (0)