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:
|
||||
push:
|
||||
@@ -27,6 +27,7 @@ jobs:
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v3
|
||||
with:
|
||||
go-version: 1.19
|
||||
cache: false
|
||||
go-version-file: go.mod
|
||||
- name: Build
|
||||
run: make build
|
||||
@@ -1,4 +1,4 @@
|
||||
name: Build Image
|
||||
name: Release
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
@@ -12,7 +12,7 @@ on:
|
||||
- 'v*'
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
build-image:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Set up QEMU
|
||||
@@ -3,7 +3,8 @@
|
||||
[](https://opensource.org/licenses/Apache-2.0)
|
||||
[](https://github.com/stulzq/azure-openai-proxy/releases/latest)
|
||||
[](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)
|
||||
|
||||
English|[中文](https://www.cnblogs.com/stulzq/p/17271937.html)
|
||||
|
||||
Reference in New Issue
Block a user