Skip to content

Commit

Permalink
Use the latest pipeline docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
melroy89 authored Sep 3, 2024
1 parent 58aeacd commit f40c15f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: danger89/mbin-pipeline:1.1.0
image: danger89/mbin-pipeline:1.2.0
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
unit-test:
runs-on: ubuntu-latest
container:
image: danger89/mbin-pipeline:1.1.0
image: danger89/mbin-pipeline:1.2.0
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
security-check:
runs-on: ubuntu-latest
container:
image: danger89/mbin-pipeline:1.1.0
image: danger89/mbin-pipeline:1.2.0
steps:
- uses: actions/checkout@v4

Expand All @@ -106,7 +106,7 @@ jobs:
fixer-dry-run:
runs-on: ubuntu-latest
container:
image: danger89/mbin-pipeline:1.1.0
image: danger89/mbin-pipeline:1.2.0
steps:
- uses: actions/checkout@v4

Expand Down

0 comments on commit f40c15f

Please sign in to comment.