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 2187cbd commit 708eaf4Copy full SHA for 708eaf4
.github/workflows/buildkit.yml
@@ -81,6 +81,9 @@ jobs:
81
PUSH=push
82
fi
83
84
+ if [ "$GITHUB_REPOSITORY" != "moby/buildkit" ]; then
85
+ PUSH=false
86
+ fi
87
echo "tag=${TAG}" >>${GITHUB_OUTPUT}
88
echo "push=${PUSH}" >>${GITHUB_OUTPUT}
89
platforms=$(docker buildx bake release --print | jq -cr '.target."release".platforms')
.github/workflows/frontend.yml
@@ -61,6 +61,9 @@ jobs:
61
62
63
64
65
66
67
echo "typ=${TYP}" >>${GITHUB_OUTPUT}
68
69
0 commit comments