mirror of
https://github.com/stulzq/azure-openai-proxy.git
synced 2025-12-19 15:24:24 +01:00
chore: rename workflows
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
name: Build
|
name: CI
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -27,6 +27,7 @@ jobs:
|
|||||||
- name: Set up Go
|
- name: Set up Go
|
||||||
uses: actions/setup-go@v3
|
uses: actions/setup-go@v3
|
||||||
with:
|
with:
|
||||||
go-version: 1.19
|
cache: false
|
||||||
|
go-version-file: go.mod
|
||||||
- name: Build
|
- name: Build
|
||||||
run: make build
|
run: make build
|
||||||
@@ -1,4 +1,4 @@
|
|||||||
name: Build Image
|
name: Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
@@ -12,7 +12,7 @@ on:
|
|||||||
- 'v*'
|
- 'v*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
docker:
|
build-image:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Set up QEMU
|
- name: Set up QEMU
|
||||||
@@ -3,7 +3,8 @@
|
|||||||
[](https://opensource.org/licenses/Apache-2.0)
|
[](https://opensource.org/licenses/Apache-2.0)
|
||||||
[](https://github.com/stulzq/azure-openai-proxy/releases/latest)
|
[](https://github.com/stulzq/azure-openai-proxy/releases/latest)
|
||||||
[](https://goreportcard.com/badge/github.com/stulzq/azure-openai-proxy)
|
[](https://goreportcard.com/badge/github.com/stulzq/azure-openai-proxy)
|
||||||
[](https://github.com/stulzq/azure-openai-proxy/actions/workflows/build.yml)
|
[](https://github.com/stulzq/azure-openai-proxy/actions/workflows/ci.yml)
|
||||||
|
[](https://github.com/stulzq/azure-openai-proxy/actions/workflows/release.yml)
|
||||||
[](CONTRIBUTING.md)
|
[](CONTRIBUTING.md)
|
||||||
|
|
||||||
English|[中文](https://www.cnblogs.com/stulzq/p/17271937.html)
|
English|[中文](https://www.cnblogs.com/stulzq/p/17271937.html)
|
||||||
|
|||||||
Reference in New Issue
Block a user