Skip to content

Commit 19e42ea

Browse files
add docker-build (#13)
1 parent ef745a2 commit 19e42ea

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.github/workflows/docker-build.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Build docker container
2+
3+
on:
4+
workflow_dispatch:
5+
6+
concurrency:
7+
group: ${{ github.workflow }}-${{ github.ref }}
8+
cancel-in-progress: true
9+
10+
permissions:
11+
id-token: write
12+
attestations: write
13+
contents: read
14+
15+
jobs:
16+
Build:
17+
uses: NethermindEth/github-workflows/.github/workflows/[email protected]
18+
with:
19+
group_name: core
20+
image_name: 'arbitrum-nitro'

0 commit comments

Comments
 (0)