Skip to content

Commit 6ca6bb7

Browse files
author
Ido David
committed
try to fix publishing
1 parent 1571171 commit 6ca6bb7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Earthfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
VERSION --pass-args --global-cache --use-function-keyword 0.7
22
PROJECT earthly-technologies/core
3-
IMPORT github.com/earthly/lib/gradle:b4d24aed3c053db217c64c9bd7625092bb67e424 AS gradle
3+
IMPORT github.com/earthly/lib/gradle:0a891b93330eced8fe57f48397a1109d829cb7d4 AS gradle
44
ARG --global gradle_version=8.2.1
55
ARG --global bundle="github.com/earthly/earthfile-grammar+export/"
66
FROM gradle:${gradle_version}-jdk17
@@ -47,7 +47,7 @@ sign:
4747
publish:
4848
FROM --pass-args +src
4949
RUN --push \
50-
$EARTHLY_GRADLE_MOUNT_CACHE \
50+
--mount=$EARTHLY_GRADLE_USER_HOME_CACHE --mount=$EARTHLY_GRADLE_PROJECT_CACHE \
5151
--secret CERTIFICATE_CHAIN=intellij-plugin/chain.crt \
5252
--secret PRIVATE_KEY=intellij-plugin/private.pem \
5353
--secret PRIVATE_KEY_PASSWORD=intellij-plugin/private-key-password \

0 commit comments

Comments
 (0)