st-tech / gatling-operator

Automating distributed Gatling load testing using Kubernetes operator
MIT License
68 stars 21 forks source link

Fix release CI #24

Closed yokawasa closed 2 years ago

yokawasa commented 2 years ago

Description

Fix https://github.com/st-tech/gatling-operator/pull/23

Appropriate image path isn't set in the created release YAML in PR https://github.com/st-tech/gatling-operator/pull/23.

Test

CI has been run with dummy trigger and dummy tag v0.0.1-alpha.3 successfully, and image path was set in release YAML

created release YAML - gatling-operator-0.0.1-alpha.3.yaml

- /manager
image: ghcr.io/st-tech/gatling-operator:0.0.1-alpha.3
yokawasa commented 2 years ago

@tmrekk121 thanks for the review! I'll merge this and finally make 1st release of 0.1.0!!