Skip to content

Commit 775136b

Browse files
authored
Merge pull request #45 from laradock/bestlong-patch-1
push image when tag
2 parents 1648fff + aa9d568 commit 775136b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/dockerpublish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Docker Image CI
33
on:
44
push:
55
branches: '**'
6+
tags: '**'
67
schedule:
78
- cron: 0 0 * * 6
89

@@ -27,6 +28,7 @@ jobs:
2728
tags: |
2829
type=schedule,pattern={{date 'YYYYMMDD'}}
2930
type=ref,event=branch
31+
type=ref,event=tag
3032
type=semver,pattern={{version}}
3133
type=raw,value=latest
3234

0 commit comments

Comments
 (0)