Skip to content

Commit f31b0a3

Browse files
committed
ci: test
1 parent 0c579e8 commit f31b0a3

1 file changed

Lines changed: 2 additions & 10 deletions

File tree

.github/workflows/publish-ghcr.yaml.yml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,12 @@ jobs:
4141
- name: Set up Docker Buildx
4242
uses: docker/setup-buildx-action@v3
4343

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-
5444
- name: Build and push by digest
5545
id: build
5646
uses: docker/build-push-action@v6
5747
with:
48+
build-args: |
49+
BUILDKIT_CONTEXT_KEEP_GIT_DIR=1
5850
provenance: false # Disable provenance to avoid unknown/unknown
5951
sbom: false # Disable sbom to avoid unknown/unknown
6052
platforms: ${{ matrix.platform }}

0 commit comments

Comments
 (0)