Skip to content

Commit

Permalink
Use the new pipeline image version 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
BentiGorlich committed Dec 18, 2024
1 parent 18db1cc commit fbe13ff
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
build:
runs-on: ubuntu-latest
container:
image: danger89/mbin-pipeline:1.2.0
image: danger89/mbin-pipeline:1.3.0
steps:
- uses: actions/checkout@v4

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

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

Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
audit-check:
runs-on: ubuntu-latest
container:
image: danger89/mbin-pipeline:1.2.0
image: danger89/mbin-pipeline:1.3.0
continue-on-error: true
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -171,7 +171,7 @@ jobs:
fixer-dry-run:
runs-on: ubuntu-latest
container:
image: danger89/mbin-pipeline:1.2.0
image: danger89/mbin-pipeline:1.3.0
steps:
- uses: actions/checkout@v4

Expand Down Expand Up @@ -225,4 +225,3 @@ jobs:
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
# TODO: Integration tests

0 comments on commit fbe13ff

Please sign in to comment.