We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56ea8f9 + 3d0e031 commit 4567e05Copy full SHA for 4567e05
1 file changed
.github/workflows/docker-image-dev.yml
@@ -66,7 +66,7 @@ jobs:
66
67
if git merge-base --is-ancestor "$TAG" main; then
68
echo "Detected main release. Skipping..."
69
- echo "continue=false" >> "$GITHUB_OUTPUT"
+ echo "continue=false" >> continue.txt
70
exit 0
71
fi
72
0 commit comments