Skip to content

Commit f5f35dc

Browse files
committed
set base branch
1 parent c303712 commit f5f35dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/image-ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
image_tag=$(task generate-version-tag)
5151
echo "image_tag=$image_tag" >> $GITHUB_OUTPUT
5252
53-
- uses: actions/setup-go@v4
53+
- uses: actions/setup-go@v5
5454
if: matrix.path == '06-demo-application/api-golang'
5555
with:
5656
go-version: "1.22.x"
@@ -108,5 +108,6 @@ jobs:
108108
- name: Create Pull Request
109109
uses: peter-evans/create-pull-request@v6
110110
with:
111+
base: main
111112
token: ${{ secrets.DEVOPS_DIRECTIVE_KUBERNETES_COURSE_GITHUB_ACTION_PAT }}
112113
title: "Update image tags to (${{ steps.generate-image-tag.outputs.image_tag }})"

0 commit comments

Comments
 (0)