Skip to content

Commit

Permalink
chore: update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
KenyonY committed Jan 30, 2024
1 parent 0bd4cfd commit 4ef2413
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report-zh.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ body:
description: |
请确认以下所有项均被满足
options:
- label: 我运行的`openai-forward`版本不低于v0.6.0
- label: 我运行的`openai-forward`版本不低于v0.7.0
required: true

- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ body:
description: |
Just a few checks to make sure you need to create a bug report.
options:
- label: My `openai-forward` version is not lower than v0.6.0
- label: My `openai-forward` version is not lower than v0.7.0
required: true

- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
file: ./webui.Dockerfile
platforms: linux/amd64,linux/arm64
push: true
tags: webui-${{ github.ref_name }}
tags: beidongjiedeguang/openai-forward:webui-${{ github.ref_name }}
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max

0 comments on commit 4ef2413

Please sign in to comment.