Skip to content

Commit

Permalink
Fix manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Dec 20, 2024
1 parent 24bf494 commit 87fd7a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci_pipe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
credentials:
username: '$oauthtoken'
password: ${{ secrets.NGC_API_KEY }}
image: ${{ inputs.container }}-${{ matrix.arch }}
image: ${{ inputs.container }}
strategy:
fail-fast: true
matrix:
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
credentials:
username: '$oauthtoken'
password: ${{ secrets.NGC_API_KEY }}
image: ${{ inputs.test_container }}-${{ matrix.arch }}
image: ${{ inputs.test_container }}
options: "--cap-add=sys_nice --cap-add=sys_ptrace"
env:
NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }}
Expand Down

0 comments on commit 87fd7a1

Please sign in to comment.