File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22#
3- # Generated on 2023-11-20T10:44:06Z by kres latest.
3+ # Generated on 2023-12-13T17:13:50Z by kres latest.
44
55name : default
66concurrency :
3333 labels : ${{ steps.retrieve-pr-labels.outputs.result }}
3434 services :
3535 buildkitd :
36- image : moby/buildkit:v0.12.3
36+ image : moby/buildkit:v0.12.4
3737 options : --privileged
3838 ports :
3939 - 1234:1234
@@ -77,11 +77,12 @@ jobs:
7777 make nonfree PUSH=true
7878 - name : Retrieve PR labels
7979 id : retrieve-pr-labels
80- if : github.event_name == 'pull_request' && always()
8180 uses : actions/github-script@v6
8281 with :
8382 retries : " 3"
8483 script : |
84+ if (context.eventName != "pull_request") { return "[]" }
85+
8586 const resp = await github.rest.issues.get({
8687 issue_number: context.issue.number,
8788 owner: context.repo.owner,
@@ -108,7 +109,7 @@ jobs:
108109 - default
109110 services :
110111 buildkitd :
111- image : moby/buildkit:v0.12.3
112+ image : moby/buildkit:v0.12.4
112113 options : --privileged
113114 ports :
114115 - 1234:1234
Original file line number Diff line number Diff line change 11# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22#
3- # Generated on 2023-11-08T10:54:12Z by kres latest.
3+ # Generated on 2023-12-13T17:13:50Z by kres latest.
44
55name : weekly
66concurrency :
1616 - pkgs
1717 services :
1818 buildkitd :
19- image : moby/buildkit:v0.12.3
19+ image : moby/buildkit:v0.12.4
2020 options : --privileged
2121 ports :
2222 - 1234:1234
You can’t perform that action at this time.
0 commit comments