Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump intel/ai-containers from d097c5e51f0bee00c2707359b3a78b6a3fa3c85b to 28ee014b2e4e9ffc4126d1b226691e5c72b75df5 #77

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
6 changes: 3 additions & 3 deletions .github/workflows/container-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
- name: Build Container Group
if: ${{ !inputs.no_build }}
id: build-group
uses: intel/ai-containers/.github@d097c5e51f0bee00c2707359b3a78b6a3fa3c85b # main
uses: intel/ai-containers/.github@28ee014b2e4e9ffc4126d1b226691e5c72b75df5 # main
with:
group_dir: ${{ inputs.group_dir }}
env_overrides: ${{ inputs.env_overrides || env.env_overrides || '' }}
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
- name: Pull Image
run: docker pull ${{ secrets.REGISTRY }}/${{ secrets.REPO }}:${{ matrix.container }}
- name: Scan Container
uses: intel/ai-containers/.github/scan@d097c5e51f0bee00c2707359b3a78b6a3fa3c85b # main
uses: intel/ai-containers/.github/scan@28ee014b2e4e9ffc4126d1b226691e5c72b75df5 # main
with:
image-ref: ${{ secrets.REGISTRY }}/${{ secrets.REPO }}:${{ matrix.container }}
output: ${{ matrix.container }}-scan.sarif
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_TOKEN }}
- name: Test Container Group
uses: intel/ai-containers/test-runner@d097c5e51f0bee00c2707359b3a78b6a3fa3c85b # main
uses: intel/ai-containers/test-runner@28ee014b2e4e9ffc4126d1b226691e5c72b75df5 # main
with:
cache_registry: ${{ secrets.CACHE_REGISTRY }}
recipe_dir: ${{ inputs.group_dir }}
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 @@ -144,7 +144,7 @@ jobs:
with:
python-version: "3.8"
- name: Test Container Group
uses: intel/ai-containers/test-runner@d097c5e51f0bee00c2707359b3a78b6a3fa3c85b # main
uses: intel/ai-containers/test-runner@28ee014b2e4e9ffc4126d1b226691e5c72b75df5 # main
with:
cache_registry: ${{ secrets.CACHE_REGISTRY }}
recipe_dir: test-runner
Expand Down