Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 1 addition & 14 deletions .github/workflows/github-docker-registry-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,20 +74,7 @@ jobs:
git commit -m "chore: update Docker versions"
git push origin "$BRANCH_NAME"
# Create PR with explicit title and body instead of --fill
gh pr create \
--title "chore: update Docker versions" \
--body "$(cat <<'EOF'
Automated update of docker-versions.txt with current Docker and Docker Compose versions.

**Changes:**
- Updated Docker version information
- Updated Docker Compose version information

This PR only contains changes to \`docker-versions.txt\` and no other files.
EOF
)" \
--base main \
--head "$BRANCH_NAME"
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"
fi
fi

Expand Down
Loading