Skip to content

Commit 47a6f8c

Browse files
authored
Merge branch 'main' into fix-docker-build
2 parents 0c1ccb6 + e69bcfa commit 47a6f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +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 --title "chore: update Docker versions" --body "Automated update of docker-versions.txt with current Docker and Docker Compose versions." --base main --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"
7878
fi
7979
fi
8080

0 commit comments

Comments
 (0)