File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change @@ -29,18 +29,24 @@ jobs:
29
29
password : ${{ secrets.GITHUB_TOKEN }}
30
30
-
31
31
name : Build and push runner
32
- uses : docker/build-push-action@v5
32
+ uses : docker/build-push-action@v6
33
33
env :
34
34
SOURCE_DATE_EPOCH : 0
35
+ BUILDKIT_PROGRESS : plain
36
+ DOCKER_BUILDKIT : 1
35
37
with :
36
38
context : .
37
39
file : runner.Dockerfile
38
40
tags : |
39
41
ghcr.io/yolean/ystack-runner:${{ github.sha }}
40
42
platforms : linux/amd64,linux/arm64/v8
41
43
push : true
42
- cache-from : type=gha
43
- cache-to : type=gha,mode=max
44
+ cache-from : |
45
+ type=gha,scope=runner-latest
46
+ type=gha,scope=runner
47
+ cache-to : type=gha,mode=max,scope=runner-latest
48
+ continue-on-error : false
49
+ timeout-minutes : 45
44
50
-
45
51
uses : actions/setup-go@v5
46
52
with :
You can’t perform that action at this time.
0 commit comments