Fix publish-images step of release process

This commit is contained in:
Kevin Pollet
2022-08-03 16:16:11 +02:00
committed by GitHub
parent 2d87edadb8
commit dc45a9a1be
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -3,7 +3,7 @@ name: Traefik Mesh Pipeline
agent:
machine:
type: e1-standard-2
type: e1-standard-4
os_image: ubuntu1804
auto_cancel:
@@ -89,7 +89,7 @@ blocks:
env_vars:
- name: SEIHON_VERSION
value: v0.8.3
value: v0.9.0
jobs:
- name: Release
+1 -1
View File
@@ -70,7 +70,7 @@ check: $(DIST_DIR)
"$(DOCKER_IMAGE_NAME):check" golangci-lint run --config .golangci.toml
publish-images: build
seihon publish -v "$(VERSION)" -v "latest" --image-name ${DOCKER_IMAGE_NAME} --dry-run=false --base-runtime-image=alpine:3.10
seihon publish -v "$(VERSION)" -v "latest" --image-name ${DOCKER_IMAGE_NAME} --dry-run=false --base-runtime-image=alpine:3.15
## Create packages for the release
release-packages: vendor build