Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions .github/workflows/application-example-release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
needs: call-development
runs-on: ubuntu-24.04
container:
image: ghcr.io/simatic-ax/ci-images/apax-ci-image:3.5.0
image: ghcr.io/simatic-ax/ci-images/apax-ci-image:4.2.0
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -41,38 +41,39 @@ jobs:
fetch-depth: 0

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

- name: Templatify repository
uses: simatic-ax/actions/apax-templatify@v3
uses: simatic-ax/actions/apax-templatify@v4
with:
version: ${{ github.event.release.tag_name }}

- name: Version package
uses: simatic-ax/actions/apax-version@v3
uses: simatic-ax/actions/apax-version@v4
with:
version: ${{ github.event.release.tag_name }}
path: ${{ env.TEMPLATE_PATH }}/template

- name: Pack the template
uses: simatic-ax/actions/apax-pack@v3
uses: simatic-ax/actions/apax-pack@v4
with:
key: ${{ secrets.APAX_SIGNKEY }}
key: secrets.APAX_SIGNKEY_V2
key-version: "v2"
path: ${{ env.TEMPLATE_PATH }}

- name: Login to required registries
uses: simatic-ax/actions/apax-login@v3
uses: simatic-ax/actions/apax-login@v4
with:
apax-token: ${{ secrets.APAX_TOKEN }}
registries: |
https://npm.pkg.github.com/,${{ secrets.GITHUB_TOKEN }}

- name: Publish apax package
uses: simatic-ax/actions/apax-publish@v3
uses: simatic-ax/actions/apax-publish@v4
with:
registries: |
https://npm.pkg.github.com
tag: latest
path: ${{ env.TEMPLATE_PATH }}
path: ${{ env.TEMPLATE_PATH }}
10 changes: 5 additions & 5 deletions .github/workflows/package-development-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
name: Build and Test
runs-on: ubuntu-24.04
container:
image: ghcr.io/simatic-ax/ci-images/apax-ci-image:3.5.0
image: ghcr.io/simatic-ax/ci-images/apax-ci-image:4.2.0
credentials:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -36,22 +36,22 @@ jobs:
ref: ${{ inputs.ref != '' && inputs.ref || github.ref }}

- name: Login to required registries
uses: simatic-ax/actions/apax-login@v3
uses: simatic-ax/actions/apax-login@v4
with:
apax-token: ${{ secrets.APAX_TOKEN }}
registries: |
https://npm.pkg.github.com/,${{ secrets.GITHUB_TOKEN }}

- name: Install dependencies
uses: simatic-ax/actions/apax-install@v3
uses: simatic-ax/actions/apax-install@v4
with:
immutable: true

- name: Build source code
uses: simatic-ax/actions/apax-build@v3
uses: simatic-ax/actions/apax-build@v4

- name: Test source code
uses: simatic-ax/actions/apax-test@v3
uses: simatic-ax/actions/apax-test@v4

- name: Check links
uses: gaurav-nelson/github-action-markdown-link-check@v1
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ obj
MonitorData.json
apax-lock.json
*.bak
/.vs