Skip to content

Releases: MukuFlash03/e-mission-server

Added missing elif

02 Oct 00:56
Compare
Choose a tag to compare
v0.0.10

Added missing elif

Reusable workflow added for server

02 Oct 00:48
Compare
Choose a tag to compare
v0.0.9

Reducing sample tests run time

Removed redundant colon

01 Oct 23:49
Compare
Choose a tag to compare
v0.0.8

Removed colon

Added conditional check using ref_type

01 Oct 23:32
Compare
Choose a tag to compare
v0.0.7

Added conditional check using ref_type for branch_name

Added branch name to git push

01 Oct 22:36
Compare
Choose a tag to compare
v0.0.6

Adding branch name to git push

Used curly braces now

01 Oct 22:19
Compare
Choose a tag to compare
v0.0.5

Vale present in env vars list ; Curly braces added

Branch name env var still empty

01 Oct 22:06
Compare
Choose a tag to compare
v0.0.4

Branch name value still empty

Corrected way to accessing env var

01 Oct 22:01
Compare
Choose a tag to compare
v0.0.3

Accessing BRANCH_NAME environment variable correctly

Added branch name extraction

01 Oct 20:58
Compare
Choose a tag to compare
v0.0.2

Added branch name extraction job

Using github.ref_type to build conditionally

01 Oct 19:58
Compare
Choose a tag to compare

Image build and push occurs only when ref_type is tag i.e. on a push:tag event.
The other jobs including tests will run on both push trigger event types: branch or tag.