Skip to content

Commit dc45a9a

Browse files
authored
Fix publish-images step of release process
1 parent 2d87eda commit dc45a9a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.semaphore/semaphore.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Traefik Mesh Pipeline
33

44
agent:
55
machine:
6-
type: e1-standard-2
6+
type: e1-standard-4
77
os_image: ubuntu1804
88

99
auto_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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ check: $(DIST_DIR)
7070
"$(DOCKER_IMAGE_NAME):check" golangci-lint run --config .golangci.toml
7171

7272
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
7474

7575
## Create packages for the release
7676
release-packages: vendor build

0 commit comments

Comments
 (0)