We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47b0209 commit bf8840eCopy full SHA for bf8840e
ci/prepare-dockerhub.sh
@@ -11,7 +11,6 @@ source "$(dirname "$0")/docker-common.sh" $1 $2
11
# Build docker images (no push)
12
docker buildx build \
13
--platform $PLATFORMS \
14
- --cache-from wabayang/jelu:$DOCKER_CHANNEL \
15
--tag wabayang/jelu:$DOCKER_CHANNEL \
16
--tag wabayang/jelu:$1 \
17
--file ./Dockerfile .
ci/publish-dockerhub.sh
@@ -8,7 +8,6 @@ source "$(dirname "$0")/docker-common.sh" $1 $2
8
# Push docker images (built previously)
9
10
--file ./Dockerfile . \
0 commit comments