Skip to content

Commit 5285033

Browse files
committed
Revert "Change tag of cache image"
This reverts commit 1959e9d.
1 parent 8e3131a commit 5285033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ _build_image_buildkit() {
396396
echo -e "\n[Action Step] Building image with BuildKit..."
397397

398398
local cache_image
399-
cache_image="$(_get_full_stages_image_name)":cache
399+
cache_image="$(_get_full_stages_image_name)":latest
400400

401401
local cache_from
402402
if _can_pull; then

0 commit comments

Comments
 (0)