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:
47
47
platforms : linux/amd64,linux/arm64
48
48
push : true
49
49
pull : true
50
+ env :
51
+ BUILDX_NO_DEFAULT_ATTESTATIONS : 1 # https://github.com/orgs/community/discussions/45969
50
52
labels : |
51
53
org.opencontainers.image.source=${{ github.server_url }}/${{ github.repository }}
52
54
org.opencontainers.image.licenses=Apache-2.0
53
55
tags : |
54
56
${{ github.repository }}:${{ env.TAG_NAME }}
55
57
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/
58
59
cache-to : type=gha,mode=max
59
60
60
61
goreleaser :
Original file line number Diff line number Diff line change 1
1
# Contributing to azure-openai-proxy
2
2
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