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

ci: fix copyright again

parent 089a9917
...@@ -7,7 +7,7 @@ jobs: ...@@ -7,7 +7,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
...@@ -17,7 +17,7 @@ jobs: ...@@ -17,7 +17,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