Commit a67d3e8b authored by Harrison King Saturley-Hall's avatar Harrison King Saturley-Hall
Browse files

ci: fix copyright checks container image

parent d311cb5e
...@@ -54,7 +54,7 @@ jobs: ...@@ -54,7 +54,7 @@ jobs:
copyright-checks: copyright-checks:
runs-on: ubuntu-24.04 runs-on: ubuntu-24.04
container: container:
image: ghcr.io/triton-inference-server/triton_distributed/helm-tester:0.1.1 image: ghcr.io/dynemo-ai/dynemo/helm-tester:0.1.1
options: --tty options: --tty
volumes: volumes:
- ${{ github.workspace }}:/workspace - ${{ github.workspace }}:/workspace
...@@ -64,7 +64,7 @@ jobs: ...@@ -64,7 +64,7 @@ jobs:
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
# Allowlist both variants of the mounted source directory. # Allowlist both variants of the mounted source directory.
- run: git config --global --add safe.directory /__w/triton_distributed/triton_distributed - run: git config --global --add safe.directory /__w/dynemo/dynemo
- run: git config --global --add safe.directory /workspace - run: git config --global --add safe.directory /workspace
- run: pwsh /workspace/.github/workflows/copyright-check.ps1 - run: pwsh /workspace/.github/workflows/copyright-check.ps1
env: env:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment