From 5676a8297002d24341e9dc4bf65ecb5e0ee6492f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 15:32:18 +0000 Subject: [PATCH] Bump intel/ai-containers Bumps [intel/ai-containers](https://github.com/intel/ai-containers) from 9ecbccaae1fd9006f3e5c2e6ce4145a0d6ece76f to 6ac750b038b7feeeb2fce9fce0cf15338c22b197. - [Release notes](https://github.com/intel/ai-containers/releases) - [Commits](https://github.com/intel/ai-containers/compare/9ecbccaae1fd9006f3e5c2e6ce4145a0d6ece76f...6ac750b038b7feeeb2fce9fce0cf15338c22b197) --- updated-dependencies: - dependency-name: intel/ai-containers dependency-version: 6ac750b038b7feeeb2fce9fce0cf15338c22b197 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/apptainer-ci.yaml | 2 +- .github/workflows/chart-ci.yaml | 2 +- .github/workflows/container-ci.yaml | 2 +- .github/workflows/test-runner-ci.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/apptainer-ci.yaml b/.github/workflows/apptainer-ci.yaml index 080a2c87..abba2b4e 100644 --- a/.github/workflows/apptainer-ci.yaml +++ b/.github/workflows/apptainer-ci.yaml @@ -89,7 +89,7 @@ jobs: APPTAINER_DOCKER_USERNAME: ${{ secrets.REGISTRY_USER }} APPTAINER_DOCKER_PASSWORD: ${{ secrets.REGISTRY_TOKEN }} run: apptainer registry login -u ${{ secrets.REGISTRY_USER }} -p ${{ secrets.REGISTRY_TOKEN }} docker://${{ secrets.REGISTRY }} - - uses: intel/ai-containers/apptainer@9ecbccaae1fd9006f3e5c2e6ce4145a0d6ece76f + - uses: intel/ai-containers/apptainer@6ac750b038b7feeeb2fce9fce0cf15338c22b197 with: registry: oras://${{ secrets.REGISTRY }} repo: ${{ secrets.REPO }}-apptainer diff --git a/.github/workflows/chart-ci.yaml b/.github/workflows/chart-ci.yaml index 353cdeb7..5c872ce4 100644 --- a/.github/workflows/chart-ci.yaml +++ b/.github/workflows/chart-ci.yaml @@ -32,6 +32,6 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: persist-credentials: false - - uses: intel/ai-containers/workflows/charts@9ecbccaae1fd9006f3e5c2e6ce4145a0d6ece76f + - uses: intel/ai-containers/workflows/charts@6ac750b038b7feeeb2fce9fce0cf15338c22b197 with: kubeconfig_path: ${{ secrets.KUBECONFIG_PATH }} diff --git a/.github/workflows/container-ci.yaml b/.github/workflows/container-ci.yaml index bbb8707f..1377eb6c 100644 --- a/.github/workflows/container-ci.yaml +++ b/.github/workflows/container-ci.yaml @@ -111,7 +111,7 @@ jobs: - name: Build Container Group if: ${{ !inputs.no_build }} id: build-group - uses: intel/ai-containers/.github@9ecbccaae1fd9006f3e5c2e6ce4145a0d6ece76f + uses: intel/ai-containers/.github@6ac750b038b7feeeb2fce9fce0cf15338c22b197 with: group_dir: ${{ inputs.group_dir }} env_overrides: ${{ inputs.env_overrides || env.env_overrides || '' }} diff --git a/.github/workflows/test-runner-ci.yaml b/.github/workflows/test-runner-ci.yaml index 3f9c021c..450ff596 100644 --- a/.github/workflows/test-runner-ci.yaml +++ b/.github/workflows/test-runner-ci.yaml @@ -106,7 +106,7 @@ jobs: with: python-version: "3.10" - name: Test Container Group - uses: intel/ai-containers/test-runner@9ecbccaae1fd9006f3e5c2e6ce4145a0d6ece76f + uses: intel/ai-containers/test-runner@6ac750b038b7feeeb2fce9fce0cf15338c22b197 with: cache_registry: ${{ secrets.CACHE_REGISTRY }} recipe_dir: test-runner