We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f86f92 commit 2187cbdCopy full SHA for 2187cbd
hack/util
@@ -53,7 +53,7 @@ currentref=""
53
currentcontext="."
54
cacheFromFlags=""
55
cacheToFlags=""
56
-if [ "$GITHUB_ACTIONS" = "true" ]; then
+if [ "$GITHUB_ACTIONS" = "true" ] && [ "$GITHUB_REPOSITORY" = "moby/buildkit" ]; then
57
currentref="https://github.com/$GITHUB_REPOSITORY.git#$GITHUB_REF"
58
if [ -n "$CACHE_FROM" ]; then
59
for cfrom in $CACHE_FROM; do
0 commit comments