Merge pull request #12 from PatrykIti/fix/push-upstream-flag

fix: Add --set-upstream flag to git push in Docker workflow
This commit is contained in:
PCITI
2025-06-12 13:50:25 +02:00
committed by GitHub

View File

@@ -187,7 +187,7 @@ jobs:
fi
# Push changes back to the repository
git push
git push --set-upstream origin main
echo "### 📝 Documentation Updated" >> $GITHUB_STEP_SUMMARY
echo "README.md and user guides have been automatically updated with the new Docker image tag: \`$LATEST_TAG\`" >> $GITHUB_STEP_SUMMARY