We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80df290 commit 5e3908eCopy full SHA for 5e3908e
.github/workflows/package-development-workflow.yml
@@ -30,7 +30,7 @@ jobs:
30
name: Build and Test
31
runs-on: ubuntu-24.04
32
container:
33
- image: ghcr.io/simatic-ax/ci-images/apax-ci-image:3.4.2
+ image: ghcr.io/simatic-ax/ci-images/apax-ci-image:3.5.0
34
credentials:
35
username: ${{ github.actor }}
36
password: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/package-release-workflow.yml
@@ -28,7 +28,7 @@ jobs:
28
needs: call-development
29
0 commit comments