Skip to content

Commit 11be14d

Browse files
authored
Merge pull request docker#1274 from crazy-max/init-buildkit-5561
init buildkit-5561 workflow
2 parents 8796455 + f5a8591 commit 11be14d

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/buildkit-5561.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: buildkit-5561
2+
3+
concurrency:
4+
group: ${{ github.workflow }}-${{ github.ref }}
5+
cancel-in-progress: true
6+
7+
on:
8+
workflow_dispatch:
9+
10+
jobs:
11+
build:
12+
runs-on: ubuntu-latest
13+
steps:
14+
-
15+
name: Checkout
16+
uses: actions/checkout@v4

0 commit comments

Comments
 (0)