Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add release action with docker build and publish #101

Merged
merged 16 commits into from
Nov 17, 2021

Conversation

Tarick
Copy link
Contributor

@Tarick Tarick commented Nov 16, 2021

This PR resolves #68

Changes

Adds minimal release action to build and push to DockerHub image on push to main branch tag of format v0.0.1 or v0.0.1-blabla.
Images uploaded will have tag kubeshop/kusk-gateway:v0.0.1, kubeshop/kusk-gateway:sha-, kubeshop/kusk-gateway:latest.

Fixes

Checklist

  • tested locally
  • added new dependencies
  • updated the docs
  • added a test

@Tarick Tarick added the area/ci label Nov 16, 2021
@Tarick Tarick added this to the alpha milestone Nov 16, 2021
@kylehodgetts
Copy link
Contributor

Will this be extended when we've got the helm repo and packaging set up? @Tarick

.github/workflows/release.yaml Outdated Show resolved Hide resolved
.github/workflows/release.yaml Outdated Show resolved Hide resolved
@Tarick Tarick merged commit b5c57e8 into main Nov 17, 2021
@Tarick Tarick deleted the tyatsurak/feature/63-helm branch November 17, 2021 11:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CI: Add GH action for releasing
3 participants