File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Traefik Mesh Pipeline
3
3
4
4
agent :
5
5
machine :
6
- type : e1-standard-2
6
+ type : e1-standard-4
7
7
os_image : ubuntu1804
8
8
9
9
auto_cancel :
@@ -89,7 +89,7 @@ blocks:
89
89
90
90
env_vars :
91
91
- name : SEIHON_VERSION
92
- value : v0.8.3
92
+ value : v0.9.0
93
93
94
94
jobs :
95
95
- name : Release
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ check: $(DIST_DIR)
70
70
"$(DOCKER_IMAGE_NAME ) :check" golangci-lint run --config .golangci.toml
71
71
72
72
publish-images : build
73
- seihon publish -v " $( VERSION) " -v " latest" --image-name ${DOCKER_IMAGE_NAME} --dry-run=false --base-runtime-image=alpine:3.10
73
+ seihon publish -v " $( VERSION) " -v " latest" --image-name ${DOCKER_IMAGE_NAME} --dry-run=false --base-runtime-image=alpine:3.15
74
74
75
75
# # Create packages for the release
76
76
release-packages : vendor build
You can’t perform that action at this time.
0 commit comments