You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/github-docker-registry-push.yml
+1-14Lines changed: 1 addition & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -74,20 +74,7 @@ jobs:
74
74
git commit -m "chore: update Docker versions"
75
75
git push origin "$BRANCH_NAME"
76
76
# Create PR with explicit title and body instead of --fill
77
-
gh pr create \
78
-
--title "chore: update Docker versions" \
79
-
--body "$(cat <<'EOF'
80
-
Automated update of docker-versions.txt with current Docker and Docker Compose versions.
81
-
82
-
**Changes:**
83
-
- Updated Docker version information
84
-
- Updated Docker Compose version information
85
-
86
-
This PR only contains changes to \`docker-versions.txt\` and no other files.
87
-
EOF
88
-
)" \
89
-
--base main \
90
-
--head "$BRANCH_NAME"
77
+
gh pr create --title "chore: update Docker versions" --body "Automated update of docker-versions.txt with current Docker and Docker Compose versions." --base main --head "$BRANCH_NAME" --base main --head "$BRANCH_NAME"
0 commit comments