Skip to content

Commit fcf4413

Browse files
committed
Use new mbin pipeline Docker image v1.2.0
1 parent eec8a0b commit fcf4413

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/action.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
build:
1515
runs-on: ubuntu-latest
1616
container:
17-
image: danger89/mbin-pipeline:1.1.0
17+
image: danger89/mbin-pipeline:1.2.0
1818
steps:
1919
- uses: actions/checkout@v4
2020

@@ -63,7 +63,7 @@ jobs:
6363
unit-test:
6464
runs-on: ubuntu-latest
6565
container:
66-
image: danger89/mbin-pipeline:1.1.0
66+
image: danger89/mbin-pipeline:1.2.0
6767
steps:
6868
- uses: actions/checkout@v4
6969

@@ -96,7 +96,7 @@ jobs:
9696
security-check:
9797
runs-on: ubuntu-latest
9898
container:
99-
image: danger89/mbin-pipeline:1.1.0
99+
image: danger89/mbin-pipeline:1.2.0
100100
steps:
101101
- uses: actions/checkout@v4
102102

@@ -106,7 +106,7 @@ jobs:
106106
fixer-dry-run:
107107
runs-on: ubuntu-latest
108108
container:
109-
image: danger89/mbin-pipeline:1.1.0
109+
image: danger89/mbin-pipeline:1.2.0
110110
steps:
111111
- uses: actions/checkout@v4
112112

0 commit comments

Comments
 (0)