mirror of
https://github.com/stulzq/azure-openai-proxy.git
synced 2025-12-19 07:14:21 +01:00
fix: ghcr arch unknown
This commit is contained in:
5
.github/workflows/release.yml
vendored
5
.github/workflows/release.yml
vendored
@@ -47,14 +47,15 @@ jobs:
|
|||||||
platforms: linux/amd64,linux/arm64
|
platforms: linux/amd64,linux/arm64
|
||||||
push: true
|
push: true
|
||||||
pull: true
|
pull: true
|
||||||
|
env:
|
||||||
|
BUILDX_NO_DEFAULT_ATTESTATIONS: 1 # https://github.com/orgs/community/discussions/45969
|
||||||
labels: |
|
labels: |
|
||||||
org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }}
|
org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }}
|
||||||
org.opencontainers.image.licenses=Apache-2.0
|
org.opencontainers.image.licenses=Apache-2.0
|
||||||
tags: |
|
tags: |
|
||||||
${{ github.repository }}:${{ env.TAG_NAME }}
|
${{ github.repository }}:${{ env.TAG_NAME }}
|
||||||
ghcr.io/${{ github.repository }}:${{ env.TAG_NAME }}
|
ghcr.io/${{ github.repository }}:${{ env.TAG_NAME }}
|
||||||
# https://docs.docker.com/build/cache/backends/gha/
|
cache-from: type=gha # https://docs.docker.com/build/cache/backends/gha/
|
||||||
cache-from: type=gha
|
|
||||||
cache-to: type=gha,mode=max
|
cache-to: type=gha,mode=max
|
||||||
|
|
||||||
goreleaser:
|
goreleaser:
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
# Contributing to azure-openai-proxy
|
# Contributing to azure-openai-proxy
|
||||||
|
|
||||||
TODO
|
Git commit conventions: https://www.conventionalcommits.org/en/v1.0.0/
|
||||||
Reference in New Issue
Block a user