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
973903fb
Commit
973903fb
authored
Mar 04, 2025
by
Harrison King Saturley-Hall
Browse files
ci: use inline --cache-to to be able to pull image
parent
63ce4589
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
.github/workflows/pr_github_validation.yaml
.github/workflows/pr_github_validation.yaml
+1
-2
No files found.
.github/workflows/pr_github_validation.yaml
View file @
973903fb
...
@@ -63,8 +63,7 @@ jobs:
...
@@ -63,8 +63,7 @@ jobs:
-
name
:
Build image
-
name
:
Build image
env
:
env
:
CACHE_FROM
:
"
type=registry,ref=${{
steps.which_cache.outputs.cache_from_location
}}"
CACHE_FROM
:
"
type=registry,ref=${{
steps.which_cache.outputs.cache_from_location
}}"
CACHE_TO
:
"
type=registry,ref=${{
steps.which_cache.outputs.cache_to_location
}},image-manifest=true,mode=max"
CACHE_TO
:
"
type=inline,ref=${{
steps.which_cache.outputs.cache_to_location
}}"
run
:
|
run
:
|
./container/build.sh --tag $IMAGE_TAG --framework ${{ matrix.framework }} --cache-from "${{ env.CACHE_FROM }}" --cache-to "${{ env.CACHE_TO }}"
./container/build.sh --tag $IMAGE_TAG --framework ${{ matrix.framework }} --cache-from "${{ env.CACHE_FROM }}" --cache-to "${{ env.CACHE_TO }}"
-
name
:
Run pytest
-
name
:
Run pytest
...
...
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