File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 89
89
APPTAINER_DOCKER_USERNAME : ${{ secrets.REGISTRY_USER }}
90
90
APPTAINER_DOCKER_PASSWORD : ${{ secrets.REGISTRY_TOKEN }}
91
91
run : apptainer registry login -u ${{ secrets.REGISTRY_USER }} -p ${{ secrets.REGISTRY_TOKEN }} docker://${{ secrets.REGISTRY }}
92
- - uses : intel/ai-containers/apptainer@22527f085f2accb495bf4fed7475d683b4120927
92
+ - uses : intel/ai-containers/apptainer@a730bc20074bb576a0c61d791ac5ca23e5dfe33d
93
93
with :
94
94
registry : oras://${{ secrets.REGISTRY }}
95
95
repo : ${{ secrets.REPO }}-apptainer
Original file line number Diff line number Diff line change 32
32
- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
33
33
with :
34
34
persist-credentials : false
35
- - uses : intel/ai-containers/workflows/charts@22527f085f2accb495bf4fed7475d683b4120927
35
+ - uses : intel/ai-containers/workflows/charts@a730bc20074bb576a0c61d791ac5ca23e5dfe33d
36
36
with :
37
37
kubeconfig_path : ${{ secrets.KUBECONFIG_PATH }}
Original file line number Diff line number Diff line change @@ -111,7 +111,7 @@ jobs:
111
111
- name : Build Container Group
112
112
if : ${{ !inputs.no_build }}
113
113
id : build-group
114
- uses : intel/ai-containers/.github@22527f085f2accb495bf4fed7475d683b4120927
114
+ uses : intel/ai-containers/.github@a730bc20074bb576a0c61d791ac5ca23e5dfe33d
115
115
with :
116
116
group_dir : ${{ inputs.group_dir }}
117
117
env_overrides : ${{ inputs.env_overrides || env.env_overrides || '' }}
@@ -242,7 +242,7 @@ jobs:
242
242
# username: ${{ secrets.REGISTRY_USER }}
243
243
# password: ${{ secrets.REGISTRY_TOKEN }}
244
244
- name : Test Container Group
245
- uses : intel/ai-containers/test-runner@22527f085f2accb495bf4fed7475d683b4120927
245
+ uses : intel/ai-containers/test-runner@a730bc20074bb576a0c61d791ac5ca23e5dfe33d
246
246
with :
247
247
cache_registry : ${{ secrets.CACHE_REGISTRY }}
248
248
recipe_dir : ${{ inputs.group_dir }}
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
with :
107
107
python-version : " 3.10"
108
108
- name : Test Container Group
109
- uses : intel/ai-containers/test-runner@22527f085f2accb495bf4fed7475d683b4120927
109
+ uses : intel/ai-containers/test-runner@a730bc20074bb576a0c61d791ac5ca23e5dfe33d
110
110
with :
111
111
cache_registry : ${{ secrets.CACHE_REGISTRY }}
112
112
recipe_dir : test-runner
You can’t perform that action at this time.
0 commit comments