Skip to content

Commit ecf4f2f

Browse files
Merge pull request #45 from simatic-ax/main
bring using and fix of publickey to release v10
2 parents f90853a + 25fc6be commit ecf4f2f

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
name: Build and Test
2828
runs-on: ubuntu-24.04
2929
container:
30-
image: ghcr.io/simatic-ax/ci-images/apax-ci-image:3.5.0
30+
image: ghcr.io/simatic-ax/ci-images/apax-ci-image:4.2.0
3131
credentials:
3232
username: ${{ github.actor }}
3333
password: ${{ secrets.GITHUB_TOKEN }}
@@ -39,19 +39,19 @@ jobs:
3939
ref: ${{ inputs.ref != '' && inputs.ref || github.ref }}
4040

4141
- name: Login to required registries
42-
uses: simatic-ax/actions/apax-login@v3
42+
uses: simatic-ax/actions/apax-login@v4
4343
with:
4444
apax-token: ${{ secrets.APAX_TOKEN }}
4545
registries: |
4646
https://npm.pkg.github.com/,${{ secrets.GITHUB_TOKEN }}
4747
4848
- name: Install dependencies
49-
uses: simatic-ax/actions/apax-install@v3
49+
uses: simatic-ax/actions/apax-install@v4
5050
with:
5151
immutable: true
5252

5353
- name: Build source code
54-
uses: simatic-ax/actions/apax-build@v3
54+
uses: simatic-ax/actions/apax-build@v4
5555
with:
5656
apax-build-targets: |
5757
llvm
@@ -61,7 +61,7 @@ jobs:
6161
--log Debug
6262
6363
- name: Test source code
64-
uses: simatic-ax/actions/apax-test@v3
64+
uses: simatic-ax/actions/apax-test@v4
6565
with:
6666
coverage: true
6767
loglevel: debug

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

Lines changed: 5 additions & 4 deletions
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.5.0
31+
image: ghcr.io/simatic-ax/ci-images/apax-ci-image:4.2.0
3232
credentials:
3333
username: ${{ github.actor }}
3434
password: ${{ secrets.GITHUB_TOKEN }}
@@ -49,17 +49,18 @@ jobs:
4949
path: bin
5050

5151
- name: Version package
52-
uses: simatic-ax/actions/apax-version@v3
52+
uses: simatic-ax/actions/apax-version@v4
5353
with:
5454
version: ${{ github.event.release.tag_name }}
5555

5656
- name: Package source code
57-
uses: simatic-ax/actions/apax-pack@v3
57+
uses: simatic-ax/actions/apax-pack@v4
5858
with:
5959
key: ${{ secrets.APAX_SIGNKEY_V2 }}
60+
key-version: "v2"
6061

6162
- name: Login to required registries
62-
uses: simatic-ax/actions/apax-login@v3
63+
uses: simatic-ax/actions/apax-login@v4
6364
with:
6465
apax-token: ${{ secrets.APAX_TOKEN }}
6566
registries: |

apax.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ targets:
2222
- 'llvm'
2323

2424
# Dependencies
25+
publicKeys:
26+
"@simatic-ax":
27+
"v1": "3792a7e926775425ccdd29ceed8c368c3008b5b33d7d5550b3cb1f58093e1dff"
28+
"v2": "7af3e394eb2b285a3d99ab8e1f745cc6db75704b30a80393339c721a92ffffd9"
2529
catalogs:
2630
"@ax/simatic-ax": ^2510.0.0
2731
devDependencies:

0 commit comments

Comments
 (0)