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
33
44agent :
55 machine :
6- type : e1-standard-2
6+ type : e1-standard-4
77 os_image : ubuntu1804
88
99auto_cancel :
@@ -89,7 +89,7 @@ blocks:
8989
9090 env_vars :
9191 - name : SEIHON_VERSION
92- value : v0.8.3
92+ value : v0.9.0
9393
9494 jobs :
9595 - name : Release
Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ check: $(DIST_DIR)
7070 "$(DOCKER_IMAGE_NAME ) :check" golangci-lint run --config .golangci.toml
7171
7272publish-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
7474
7575# # Create packages for the release
7676release-packages : vendor build
You can’t perform that action at this time.
0 commit comments