Skip to content

Commit bf8840e

Browse files
committed
fix: try to temporarily remove cache for docker build
1 parent 47b0209 commit bf8840e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

ci/prepare-dockerhub.sh

-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ source "$(dirname "$0")/docker-common.sh" $1 $2
1111
# Build docker images (no push)
1212
docker buildx build \
1313
--platform $PLATFORMS \
14-
--cache-from wabayang/jelu:$DOCKER_CHANNEL \
1514
--tag wabayang/jelu:$DOCKER_CHANNEL \
1615
--tag wabayang/jelu:$1 \
1716
--file ./Dockerfile .

ci/publish-dockerhub.sh

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ source "$(dirname "$0")/docker-common.sh" $1 $2
88
# Push docker images (built previously)
99
docker buildx build \
1010
--platform $PLATFORMS \
11-
--cache-from wabayang/jelu:$DOCKER_CHANNEL \
1211
--tag wabayang/jelu:$DOCKER_CHANNEL \
1312
--tag wabayang/jelu:$1 \
1413
--file ./Dockerfile . \

0 commit comments

Comments
 (0)