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 e129b81 commit b91777dCopy full SHA for b91777d
.github/workflows/release.yml
@@ -61,6 +61,7 @@ jobs:
61
docker login ghcr.io/oracle/ --username ${{ secrets.IMAGE_REGISTRY_USER }} --password ${{ secrets.IMAGE_REGISTRY_TOKEN }}
62
git config --local user.name "Github Action"
63
git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com"
64
+ export NO_DAEMON=false
65
make clean
66
make all
67
if echo $GITHUB_EVENT_NAME -eq "release"; then PRE_RELEASE=false; else PRE_RELEASE=true; fi
0 commit comments