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
2 changes: 1 addition & 1 deletion .github/workflows/apptainer-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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@6ac750b038b7feeeb2fce9fce0cf15338c22b197
- uses: intel/ai-containers/apptainer@7be4ba3a433b20c3d8d8ccb854b6eb746159a6b1
with:
registry: oras://${{ secrets.REGISTRY }}
repo: ${{ secrets.REPO }}-apptainer
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chart-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ jobs:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- uses: intel/ai-containers/workflows/charts@6ac750b038b7feeeb2fce9fce0cf15338c22b197
- uses: intel/ai-containers/workflows/charts@7be4ba3a433b20c3d8d8ccb854b6eb746159a6b1
with:
kubeconfig_path: ${{ secrets.KUBECONFIG_PATH }}
2 changes: 1 addition & 1 deletion .github/workflows/container-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
- name: Build Container Group
if: ${{ !inputs.no_build }}
id: build-group
uses: intel/ai-containers/.github@6ac750b038b7feeeb2fce9fce0cf15338c22b197
uses: intel/ai-containers/.github@7be4ba3a433b20c3d8d8ccb854b6eb746159a6b1
with:
group_dir: ${{ inputs.group_dir }}
env_overrides: ${{ inputs.env_overrides || env.env_overrides || '' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-runner-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
with:
python-version: "3.10"
- name: Test Container Group
uses: intel/ai-containers/test-runner@6ac750b038b7feeeb2fce9fce0cf15338c22b197
uses: intel/ai-containers/test-runner@7be4ba3a433b20c3d8d8ccb854b6eb746159a6b1
with:
cache_registry: ${{ secrets.CACHE_REGISTRY }}
recipe_dir: test-runner
Expand Down