Skip to content

Commit

Permalink
updtae
Browse files Browse the repository at this point in the history
  • Loading branch information
AndesKrrrrrrrrrrr committed Feb 5, 2025
1 parent ac9fd98 commit 1ac5fb1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,10 @@ jobs:
'{
file: "scripts/ci/Dockerfile",
push: false,
build-args: $build_args
image-repository: $image_repository
cache-from: ($cache_from | split("\n") | map(trim_str) | join(","))
cache-to: ($cache_to | split("\n") | map(trim_str) | join(","))
"build-args": $build_args,
"image-repository": $image_repository,
"cache-from": $cache_from,
"cache-to": $cache_to,
}' | tee -a "$GITHUB_OUTPUT"
# Build stable layers; only difference between these steps should be the `target`
Expand Down

0 comments on commit 1ac5fb1

Please sign in to comment.