We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 434cbf0 commit 30c244aCopy full SHA for 30c244a
./workflows/dev.yml
@@ -12,7 +12,7 @@ env:
12
jobs:
13
14
build-worker:
15
-name: Build deployer
+name: build-worker
16
runs-on: ubuntu-20.04
17
steps:
18
- name: Checkout
@@ -25,7 +25,7 @@ jobs:
25
docker push ghcr.io/eyblockchain/nightfall3-worker
26
27
build-deployer:
28
+name: build-deployer
29
30
31
@@ -38,7 +38,7 @@ jobs:
38
docker push ghcr.io/eyblockchain/nightfall3-deployer
39
40
build-optimist:
41
-name: Build optimist
+name: build-optimist
42
43
44
@@ -51,7 +51,7 @@ jobs:
51
docker push ghcr.io/eyblockchain/nightfall3-optimist
52
53
build-proposer:
54
-name: Build proposer
+name: build-proposer
55
56
57
0 commit comments