Skip to content

Commit e52ab0a

Browse files
committed
Fix image tagging
1 parent ad3b5ba commit e52ab0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/image.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
on:
22
push:
33
branches: [master]
4+
tags: ['v*']
45
pull_request:
56

67
jobs:
@@ -34,7 +35,7 @@ jobs:
3435
ncabatoff/process-exporter
3536
# generate Docker tags based on the following events/attributes
3637
tags: |
37-
type=schedule
38+
type=ref,event=tag
3839
type=ref,event=branch
3940
type=ref,event=pr
4041
type=semver,pattern={{version}}

0 commit comments

Comments
 (0)