Skip to content

Commit

Permalink
Revert "Change tag of cache image"
Browse files Browse the repository at this point in the history
This reverts commit 1959e9d.
  • Loading branch information
whoan committed Oct 28, 2023
1 parent 8e3131a commit 5285033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ _build_image_buildkit() {
echo -e "\n[Action Step] Building image with BuildKit..."

local cache_image
cache_image="$(_get_full_stages_image_name)":cache
cache_image="$(_get_full_stages_image_name)":latest

local cache_from
if _can_pull; then
Expand Down

0 comments on commit 5285033

Please sign in to comment.