Skip to content

Commit 122caca

Browse files
authored
Fix docker build (#1627)
* chore: update Docker version information in PR body * chore: streamline PR creation for Docker version updates
1 parent e69bcfa commit 122caca

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.github/workflows/github-docker-registry-push.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -74,20 +74,7 @@ jobs:
7474
git commit -m "chore: update Docker versions"
7575
git push origin "$BRANCH_NAME"
7676
# 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"
9178
fi
9279
fi
9380

0 commit comments

Comments
 (0)