Skip to content

Commit adf7f4a

Browse files
authored
Merge pull request #62 from simatic-ax/main
integrate catalog changes from main
2 parents df8f1d1 + a094c4b commit adf7f4a

File tree

5 files changed

+338
-319
lines changed

5 files changed

+338
-319
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)