Deploy Shield (#107)

* Add: Deploy shield

* Update: job name to release
This commit is contained in:
Kevin Dang
2024-08-03 10:18:40 -07:00
committed by GitHub
parent 42ef38db14
commit b463b0a8cb
2 changed files with 3 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
name: release
name: Deploy
run-name: Release Docker Image
on:
push:
@@ -6,7 +6,7 @@ on:
- 'v*'
jobs:
Deploy-Image:
Release-Docker-Image:
runs-on: ubuntu-latest
environment: release
timeout-minutes: 3

View File

@@ -5,6 +5,7 @@
<p><a href="#"></a><a href="https://creativecommons.org/licenses/by/4.0/"><img alt="License" src="https://img.shields.io/badge/License-CC_BY_4.0-darkgreen.svg" /></a>
<a href="#"></a><a href="https://github.com/kevinthedang/discord-ollama/releases/latest"><img alt="Release" src="https://img.shields.io/github/v/release/kevinthedang/discord-ollama?logo=github" /></a>
<a href="#"></a><a href="https://github.com/kevinthedang/discord-ollama/actions/workflows/build.yml"><img alt="Build Status" src="https://github.com/kevinthedang/discord-ollama/actions/workflows/build.yml/badge.svg" /></a>
<a href="#"></a><a href="https://github.com/kevinthedang/discord-ollama/actions/workflows/release.yml"><img alt="Release Status" src="https://github.com/kevinthedang/discord-ollama/actions/workflows/release.yml/badge.svg" /></a>
<a href="#"></a><a href="https://github.com/kevinthedang/discord-ollama/actions/workflows/test.yml"><img alt="Testing Status" src="https://github.com/kevinthedang/discord-ollama/actions/workflows/test.yml/badge.svg" /></a>
</div>