Skip to content

Commit 7fb995d

Browse files
bump intel/ai-containers from 6ac750b to 7be4ba3 (#878)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5770441 commit 7fb995d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/apptainer-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
APPTAINER_DOCKER_USERNAME: ${{ secrets.REGISTRY_USER }}
9090
APPTAINER_DOCKER_PASSWORD: ${{ secrets.REGISTRY_TOKEN }}
9191
run: apptainer registry login -u ${{ secrets.REGISTRY_USER }} -p ${{ secrets.REGISTRY_TOKEN }} docker://${{ secrets.REGISTRY }}
92-
- uses: intel/ai-containers/apptainer@6ac750b038b7feeeb2fce9fce0cf15338c22b197
92+
- uses: intel/ai-containers/apptainer@7be4ba3a433b20c3d8d8ccb854b6eb746159a6b1
9393
with:
9494
registry: oras://${{ secrets.REGISTRY }}
9595
repo: ${{ secrets.REPO }}-apptainer

.github/workflows/chart-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,6 @@ jobs:
3232
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3333
with:
3434
persist-credentials: false
35-
- uses: intel/ai-containers/workflows/charts@6ac750b038b7feeeb2fce9fce0cf15338c22b197
35+
- uses: intel/ai-containers/workflows/charts@7be4ba3a433b20c3d8d8ccb854b6eb746159a6b1
3636
with:
3737
kubeconfig_path: ${{ secrets.KUBECONFIG_PATH }}

.github/workflows/container-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- name: Build Container Group
112112
if: ${{ !inputs.no_build }}
113113
id: build-group
114-
uses: intel/ai-containers/.github@6ac750b038b7feeeb2fce9fce0cf15338c22b197
114+
uses: intel/ai-containers/.github@7be4ba3a433b20c3d8d8ccb854b6eb746159a6b1
115115
with:
116116
group_dir: ${{ inputs.group_dir }}
117117
env_overrides: ${{ inputs.env_overrides || env.env_overrides || '' }}

.github/workflows/test-runner-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
with:
107107
python-version: "3.10"
108108
- name: Test Container Group
109-
uses: intel/ai-containers/test-runner@6ac750b038b7feeeb2fce9fce0cf15338c22b197
109+
uses: intel/ai-containers/test-runner@7be4ba3a433b20c3d8d8ccb854b6eb746159a6b1
110110
with:
111111
cache_registry: ${{ secrets.CACHE_REGISTRY }}
112112
recipe_dir: test-runner

0 commit comments

Comments
 (0)