Skip to content

Commit 5e0a1e3

Browse files
committed
test
1 parent da467f2 commit 5e0a1e3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ jobs:
2626
uses: docker/build-push-action@v6
2727
with:
2828
push: false
29-
cache-from: |
30-
type=gha,scope=${{ github.ref_name }}
31-
type=gha,scope=main
29+
cache-from: type=gha,scope=main
3230
cache-to: type=gha,scope=${{ github.ref_name }},mode=max
3331
file: Dockerfile
3432

0 commit comments

Comments
 (0)