From 26e9e60e6004a07404d915a47847d59d417e754b Mon Sep 17 00:00:00 2001 From: John Wang Date: Fri, 19 May 2023 13:08:11 +0800 Subject: [PATCH] test if cache if available --- .github/workflows/build-web-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-web-image.sh b/.github/workflows/build-web-image.sh index 7c2ace1f31..a90f0a7723 100644 --- a/.github/workflows/build-web-image.sh +++ b/.github/workflows/build-web-image.sh @@ -51,4 +51,4 @@ docker buildx build \ --label "built_at=$(date)" \ --label "build_actor=${GITHUB_ACTOR}" \ --push \ - . + . \ No newline at end of file