Skip to content

Commit dd71790

Browse files
committed
chore: rekres to fix 'failed' build on main
Just rekres. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent a36dec4 commit dd71790

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
name: default
66
concurrency:
@@ -33,7 +33,7 @@ jobs:
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

.github/workflows/weekly.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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

55
name: weekly
66
concurrency:
@@ -16,7 +16,7 @@ jobs:
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

0 commit comments

Comments
 (0)