Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
d311cb5e
"git@developer.sourcefind.cn:OpenDAS/dynamo.git" did not exist on "548578f4a9ffa8ad30f5db168953f3d0fa83f4b2"
Commit
d311cb5e
authored
Mar 03, 2025
by
Harrison King Saturley-Hall
Browse files
ci: update container registry location
parent
ae559fba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/pr_github_validation.yaml
.github/workflows/pr_github_validation.yaml
+2
-2
No files found.
.github/workflows/pr_github_validation.yaml
View file @
d311cb5e
...
@@ -32,7 +32,7 @@ jobs:
...
@@ -32,7 +32,7 @@ jobs:
name
:
Build and Test - ${{ matrix.framework }}
name
:
Build and Test - ${{ matrix.framework }}
env
:
env
:
CONTAINER_ID
:
test_${{ github.run_id }}_${{ github.run_attempt }}_${{ github.job }}_${{ matrix.framework }}
CONTAINER_ID
:
test_${{ github.run_id }}_${{ github.run_attempt }}_${{ github.job }}_${{ matrix.framework }}
IMAGE_TAG
:
ghcr.io/
triton-inference-server/triton_distributed
:pr_${{ github.event.pull_request.number}}_${{ matrix.framework }}
IMAGE_TAG
:
ghcr.io/
dynemo-ai/dynemo
:pr_${{ github.event.pull_request.number}}_${{ matrix.framework }}
PYTEST_XML_FILE
:
pytest_test_report.xml
PYTEST_XML_FILE
:
pytest_test_report.xml
steps
:
steps
:
-
name
:
Checkout repository
-
name
:
Checkout repository
...
@@ -48,7 +48,7 @@ jobs:
...
@@ -48,7 +48,7 @@ jobs:
-
name
:
Decide on cache
-
name
:
Decide on cache
id
:
which_cache
id
:
which_cache
env
:
env
:
DEFAULT_CACHE_LOCATION
:
ghcr.io/
triton-inference-server/triton_distributed
:buildcache_${{ matrix.framework }}
DEFAULT_CACHE_LOCATION
:
ghcr.io/
dynemo-ai/dynemo
:buildcache_${{ matrix.framework }}
run
:
|
run
:
|
set +e
set +e
docker manifest inspect ${{ env.IMAGE_TAG }}
docker manifest inspect ${{ env.IMAGE_TAG }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment