Skip to content

Commit

Permalink
fix: ghcr arch unknown
Browse files Browse the repository at this point in the history
  • Loading branch information
stulzq committed Apr 7, 2023
1 parent 5dda3b5 commit a730f8d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,15 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
pull: true
env:
BUILDX_NO_DEFAULT_ATTESTATIONS: 1 # https://github.com/orgs/community/discussions/45969
labels: |
org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }}
org.opencontainers.image.licenses=Apache-2.0
tags: |
${{ github.repository }}:${{ env.TAG_NAME }}
ghcr.io/${{ github.repository }}:${{ env.TAG_NAME }}
# https://docs.docker.com/build/cache/backends/gha/
cache-from: type=gha
cache-from: type=gha # https://docs.docker.com/build/cache/backends/gha/
cache-to: type=gha,mode=max

goreleaser:
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Contributing to azure-openai-proxy

TODO
Git commit conventions: https://www.conventionalcommits.org/en/v1.0.0/

0 comments on commit a730f8d

Please sign in to comment.