Skip to content

Commit 34eb776

Browse files
committed
Fix workflows
1 parent cc6d3d8 commit 34eb776

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.github/workflows/build.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
push:
88
branches:
99
- master
10+
tags:
1011
- 'v*'
1112
paths-ignore:
1213
- '**.md'

.github/workflows/publish.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- master
7+
tags:
78
- 'v*'
89

910
env:

helm/promviz/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ storage:
1919
promviz:
2020
image:
2121
repository: ghcr.io/nghialv/promviz
22-
tag: v0.3.0
22+
tag: v0.4.0
2323
pullPolicy: Always
2424
log:
2525
level: info

0 commit comments

Comments
 (0)