Skip to content

Commit

Permalink
Updating version badge.
Browse files Browse the repository at this point in the history
  • Loading branch information
edufolly committed Jul 12, 2023
1 parent 3209267 commit 119de95
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
URL=$GITHUB_API_URL/repos/$GITHUB_REPOSITORY/releases/latest
LATEST=$(curl --silent "$URL" | jq -r .name)
if [ "$LATEST" == "$VERSION" ]; then
if [ "$LATEST" == "v$VERSION" ]; then
echo "Version already used: $VERSION"
exit 1
fi
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
Testainers Site
</h1>

[![BuildWithLove](https://img.shields.io/badge/%20built%20with-%20%E2%9D%A4-ff69b4.svg "build with love")](https://github.com/edufolly/testainers/stargazers)
[![Licence](https://img.shields.io/github/license/edufolly/testainers?color=blue "Licence")](https://github.com/testainers/site/blob/main/LICENSE)
[![Build](https://img.shields.io/github/actions/workflow/status/testainers/site/main.yml?branch=main "Build")](https://github.com/testainers/site/releases/latest)

[![Build With Love](https://img.shields.io/badge/%20built%20with-%20%E2%9D%A4-ff69b4.svg)](https://github.com/edufolly/testainers/stargazers)
[![Version](https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fapi.github.com%2Frepos%2Ftestainers%2Fsite%2Freleases%2Flatest&query=%24.name&label=version&color=orange)](https://testainers.com/)
[![Licence](https://img.shields.io/github/license/edufolly/testainers?color=blue)](https://github.com/testainers/site/blob/main/LICENSE)
[![Build](https://img.shields.io/github/actions/workflow/status/testainers/site/main.yml?branch=main)](https://github.com/testainers/site/releases/latest)

## https://testainers.com/

0 comments on commit 119de95

Please sign in to comment.