We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52e058e commit 776dc42Copy full SHA for 776dc42
.github/workflows/ci.yaml
@@ -1,6 +1,6 @@
1
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
2
#
3
-# Generated on 2024-06-12T11:39:02Z by kres 7360563.
+# Generated on 2024-06-12T12:10:56Z by kres 90445df.
4
5
name: default
6
concurrency:
@@ -29,6 +29,15 @@ jobs:
29
- self-hosted
30
- generic
31
if: (!startsWith(github.head_ref, 'renovate/') && !startsWith(github.head_ref, 'dependabot/'))
32
+ services:
33
+ buildkitd:
34
+ image: moby/buildkit:v0.14.0
35
+ options: --privileged
36
+ ports:
37
+ - 1234:1234
38
+ volumes:
39
+ - /var/lib/buildkit/${{ github.repository }}:/var/lib/buildkit
40
+ - /usr/etc/buildkit/buildkitd.toml:/etc/buildkit/buildkitd.toml
41
steps:
42
- name: gather-system-info
43
id: system-info
0 commit comments