Skip to content

Commit 254d9af

Browse files
Merge pull request #237 from tdensmore/patch-1
Fix Badges
2 parents 3570895 + f62e260 commit 254d9af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# jumppad
22

3-
![build](https://github.com/jumppad-labs/jumppad/workflows/Build/badge.svg)
3+
![build](https://github.com/jumppad-labs/jumppad/actions/workflows/build_and_deploy.yaml/badge.svg)
4+
5+
![release](https://img.shields.io/github/v/release/jumppad-labs/jumppad.svg?style=flat)
46

5-
![release](https://github.com/jumppad-labs/jumppad/workflows/Release/badge.svg)
6-
77
[![codecov](https://codecov.io/gh/jumppad-labs/jumppad/branch/master/graph/badge.svg)](https://codecov.io/gh/jumppad-labs/jumppad)
88

99
Jumppad is a tool for building modern cloud native development environments. Using the Jumppad configuration language you can create OCI containers, Nomad/Kubernetes clusters and more.
@@ -362,4 +362,4 @@ PASS
362362

363363
## Creating a release
364364

365-
To create a release tag a commit `git tag <semver>` and push this to GitHub `git push origin <semver>` GitHub actions will build and create the release.
365+
To create a release tag a commit `git tag <semver>` and push this to GitHub `git push origin <semver>` GitHub actions will build and create the release.

0 commit comments

Comments
 (0)