Skip to content

Commit ef164c1

Browse files
committed
Update docker.yml
1 parent 4c71e89 commit ef164c1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/docker.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Docker Build
22

33
on:
44
workflow_dispatch:
5+
push:
6+
branches: [ main, master ]
7+
tags: [ 'v*' ]
58

69
concurrency:
710
group: ${{ github.workflow }}-${{ github.ref }}
@@ -40,7 +43,6 @@ jobs:
4043
with:
4144
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4245
tags: |
43-
type=raw,value=latest
4446
type=ref,event=tag
4547
type=semver,pattern={{version}}
4648
type=semver,pattern={{major}}.{{minor}}

0 commit comments

Comments
 (0)