We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5a75e1 commit 23e4999Copy full SHA for 23e4999
1 file changed
.github/workflows/ci-new.yml
@@ -34,7 +34,6 @@ jobs:
34
35
- name: Set up docker buildx
36
uses: docker/setup-buildx-action@v2
37
-
38
- name: Build docker image
39
uses: docker/build-push-action@v4
40
with:
@@ -43,6 +42,9 @@ jobs:
43
42
tags: ffmpeg_input
44
push: false
45
load: true
+ cache-from: type=gha
46
+ cache-to: type=gha,mode=max
47
+ context: .
48
49
- name: Copy wheels
50
run: docker run --rm -v $(pwd)/distfiles:/tmp ffmpeg_input cp -R /opt/dist /tmp
0 commit comments