Skip to content

Commit 817d6f2

Browse files
committed
update image version
1 parent c55ee22 commit 817d6f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches:
99
- 'main' # runs the workflow, once new changes have been integrated to main
1010
pull_request:
11-
11+
1212
workflow_call:
1313
secrets:
1414
APAX_TOKEN:
@@ -28,7 +28,7 @@ jobs:
2828
name: Build and Test
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 }}

.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)