There was an error while loading. Please reload this page.
1 parent 0c579e8 commit f31b0a3Copy full SHA for f31b0a3
1 file changed
.github/workflows/publish-ghcr.yaml.yml
@@ -41,20 +41,12 @@ jobs:
41
- name: Set up Docker Buildx
42
uses: docker/setup-buildx-action@v3
43
44
- - name: Checkout code
45
- uses: actions/checkout@v6
46
- with:
47
- fetch-depth: 0
48
-
49
- - name: Get tags
50
- run: git fetch --tags origin
51
52
- - run: ls -la
53
54
- name: Build and push by digest
55
id: build
56
uses: docker/build-push-action@v6
57
with:
+ build-args: |
+ BUILDKIT_CONTEXT_KEEP_GIT_DIR=1
58
provenance: false # Disable provenance to avoid unknown/unknown
59
sbom: false # Disable sbom to avoid unknown/unknown
60
platforms: ${{ matrix.platform }}
0 commit comments