Skip to content

Commit e1c8371

Browse files
committed
modify tag
1 parent 1e389bd commit e1c8371

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mockserver-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Mockserver Release
33
on:
44
push:
55
tags:
6-
- 'mockserver/v*.*.*'
6+
- mockserver/v*
77

88
jobs:
99
release:

mockserver/.goreleaser.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ monorepo:
77
dir: mockserver
88

99
env:
10-
- IMG_PRE={{ if index .Env "IMAGE_PREFIX" }}{{ .Env.IMAGE_PREFIX }}{{ else }}mockserver{{ end }}
10+
- IMG_PRE={{ if index .Env "IMAGE_PREFIX" }}{{ .Env.IMAGE_PREFIX }}{{ else }}local{{ end }}
1111
- TAG={{ if index .Env "IMAGE_TAG" }}{{ .Env.IMAGE_TAG }}{{ else }}latest{{ end }}
1212

1313
# Build settings for binaries

0 commit comments

Comments
 (0)