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 894ad38 commit 8136d30Copy full SHA for 8136d30
.github/workflows/docker-build-and-push.yml
@@ -57,7 +57,7 @@ jobs:
57
elif [[ "${{ github.ref }}" == "refs/heads/demo" ]]; then
58
echo "tagname=demo" >> $GITHUB_ENV
59
else
60
- echo "tagnames=pullrequest-ignore" >> $GITHUB_ENV
+ echo "tagname=pullrequest-ignore" >> $GITHUB_ENV
61
fi
62
63
- name: Build Docker Image and optionally push
0 commit comments