Skip to content

Commit

Permalink
Fix publish-images step of release process
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpollet authored Aug 3, 2022
1 parent 2d87eda commit dc45a9a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .semaphore/semaphore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Traefik Mesh Pipeline

agent:
machine:
type: e1-standard-2
type: e1-standard-4
os_image: ubuntu1804

auto_cancel:
Expand Down Expand Up @@ -89,7 +89,7 @@ blocks:

env_vars:
- name: SEIHON_VERSION
value: v0.8.3
value: v0.9.0

jobs:
- name: Release
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc45a9a

Please sign in to comment.