Skip to content

Commit 5e3908e

Browse files
committed
adapted apax-ci-image version in workflows
1 parent 80df290 commit 5e3908e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/package-development-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
name: Build and Test
3131
runs-on: ubuntu-24.04
3232
container:
33-
image: ghcr.io/simatic-ax/ci-images/apax-ci-image:3.4.2
33+
image: ghcr.io/simatic-ax/ci-images/apax-ci-image:3.5.0
3434
credentials:
3535
username: ${{ github.actor }}
3636
password: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/package-release-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
needs: call-development
2929
runs-on: ubuntu-24.04
3030
container:
31-
image: ghcr.io/simatic-ax/ci-images/apax-ci-image:3.4.2
31+
image: ghcr.io/simatic-ax/ci-images/apax-ci-image:3.5.0
3232
credentials:
3333
username: ${{ github.actor }}
3434
password: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)