File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -47,14 +47,15 @@ jobs:
4747 platforms : linux/amd64,linux/arm64
4848 push : true
4949 pull : true
50+ env :
51+ BUILDX_NO_DEFAULT_ATTESTATIONS : 1 # https://github.com/orgs/community/discussions/45969
5052 labels : |
5153 org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }}
5254 org.opencontainers.image.licenses=Apache-2.0
5355 tags : |
5456 ${{ github.repository }}:${{ env.TAG_NAME }}
5557 ghcr.io/${{ github.repository }}:${{ env.TAG_NAME }}
56- # https://docs.docker.com/build/cache/backends/gha/
57- cache-from : type=gha
58+ cache-from : type=gha # https://docs.docker.com/build/cache/backends/gha/
5859 cache-to : type=gha,mode=max
5960
6061 goreleaser :
Original file line number Diff line number Diff line change 11# Contributing to azure-openai-proxy
22
3- TODO
3+ Git commit conventions: https://www.conventionalcommits.org/en/v1.0.0/
You can’t perform that action at this time.
0 commit comments