Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
nghialv committed Feb 7, 2022
1 parent cc6d3d8 commit 34eb776
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
push:
branches:
- master
tags:
- 'v*'
paths-ignore:
- '**.md'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- master
tags:
- 'v*'

env:
Expand Down
2 changes: 1 addition & 1 deletion helm/promviz/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ storage:
promviz:
image:
repository: ghcr.io/nghialv/promviz
tag: v0.3.0
tag: v0.4.0
pullPolicy: Always
log:
level: info
Expand Down

0 comments on commit 34eb776

Please sign in to comment.