Skip to content

Commit 3f5b6e2

Browse files
authored
Merge pull request #35 from simatic-ax/add-catalog
chore(deps): Adds the SIMATIC AX catalog to the apax.yml
2 parents 77e0b4c + 7c66762 commit 3f5b6e2

File tree

4 files changed

+328
-289
lines changed

4 files changed

+328
-289
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@ on:
77
push:
88
branches:
99
- 'main' # runs the workflow, once new changes have been integrated to main
10-
- 'main/**' # runs the workflow, once new changes have been integrated to a sub-branch of main
1110
pull_request:
12-
branches:
13-
- 'main' # run workflow in the scope of pull requests towards main
1411
workflow_call:
1512
secrets:
1613
APAX_TOKEN:
@@ -30,7 +27,7 @@ jobs:
3027
name: Build and Test
3128
runs-on: ubuntu-24.04
3229
container:
33-
image: ghcr.io/simatic-ax/ci-images/apax-ci-image:3.4.2
30+
image: ghcr.io/simatic-ax/ci-images/apax-ci-image:3.5.0
3431
credentials:
3532
username: ${{ github.actor }}
3633
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)