mirror of
https://github.com/traefik/mesh.git
synced 2026-05-02 18:32:32 +00:00
Fix publish-images step of release process
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user