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:
2929 password : ${{ secrets.GITHUB_TOKEN }}
3030 -
3131 name : Build and push runner
32- uses : docker/build-push-action@v5
32+ uses : docker/build-push-action@v6
3333 env :
3434 SOURCE_DATE_EPOCH : 0
35+ BUILDKIT_PROGRESS : plain
36+ DOCKER_BUILDKIT : 1
3537 with :
3638 context : .
3739 file : runner.Dockerfile
3840 tags : |
3941 ghcr.io/yolean/ystack-runner:${{ github.sha }}
4042 platforms : linux/amd64,linux/arm64/v8
4143 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
4450 -
4551 uses : actions/setup-go@v5
4652 with :
You can’t perform that action at this time.
0 commit comments