Skip to content

Commit 0583075

Browse files
authored
Create blank.yml
1 parent 5d0f007 commit 0583075

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/workflows/blank.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: ci
2+
3+
on:
4+
push:
5+
6+
jobs:
7+
buildx:
8+
runs-on: ubuntu-latest
9+
steps:
10+
-
11+
name: Checkout
12+
uses: actions/checkout@v2
13+
-
14+
name: Set up Docker Buildx
15+
id: buildx
16+
uses: docker/setup-buildx-action@v1
17+
-
18+
name: Builder instance name
19+
run: echo ${{ steps.buildx.outputs.name }}
20+
-
21+
name: Available platforms
22+
run: echo ${{ steps.buildx.outputs.platforms }}

0 commit comments

Comments
 (0)