We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9b9d49f + 29f4e80 commit 3949a56Copy full SHA for 3949a56
1 file changed
.github/workflows/Release.yml
@@ -49,6 +49,7 @@ jobs:
49
echo "GO_VERSION=$(go version | awk '{print $3}')" >> $GITHUB_ENV
50
echo "BUILD_USER=$(whoami)" >> $GITHUB_ENV
51
echo "CGO_ENABLED=1" >> $GITHUB_ENV
52
+ echo "IS_PR_BUILD=false" >> $GITHUB_ENV
53
- name: Docker Login
54
uses: docker/login-action@v4.1.0
55
with:
0 commit comments