diff --git a/.github/workflows/apptainer-ci.yaml b/.github/workflows/apptainer-ci.yaml index 69140d49..3462a674 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@a88f48eb2ee3d2f4dca7c178914b1db4d7a08b8c + - uses: intel/ai-containers/apptainer@cf838b4841e60e2b05c0b74b2a6ad8689da667e5 with: registry: oras://${{ secrets.REGISTRY }} repo: ${{ secrets.REPO }}-apptainer diff --git a/.github/workflows/chart-ci.yaml b/.github/workflows/chart-ci.yaml index 029126d5..ecf8c44f 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@a88f48eb2ee3d2f4dca7c178914b1db4d7a08b8c + - uses: intel/ai-containers/workflows/charts@cf838b4841e60e2b05c0b74b2a6ad8689da667e5 with: kubeconfig_path: ${{ secrets.KUBECONFIG_PATH }} diff --git a/.github/workflows/container-ci.yaml b/.github/workflows/container-ci.yaml index fa95c129..430fac60 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@a88f48eb2ee3d2f4dca7c178914b1db4d7a08b8c + uses: intel/ai-containers/.github@cf838b4841e60e2b05c0b74b2a6ad8689da667e5 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 0bcde720..0432fccd 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@a88f48eb2ee3d2f4dca7c178914b1db4d7a08b8c + uses: intel/ai-containers/test-runner@cf838b4841e60e2b05c0b74b2a6ad8689da667e5 with: cache_registry: ${{ secrets.CACHE_REGISTRY }} recipe_dir: test-runner