mirror of
https://github.com/stulzq/azure-openai-proxy.git
synced 2026-01-16 21:14:29 +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
|
||||
Reference in New Issue
Block a user