Skip to content

Commit

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- master
- releases/*
- 'v*'

env:
REGISTRY: ghcr.io
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.2.0
tag: v0.3.0
pullPolicy: Always
log:
level: info
Expand Down

0 comments on commit cc6d3d8

Please sign in to comment.