Skip to content

Commit

Permalink
set base branch
Browse files Browse the repository at this point in the history
  • Loading branch information
sidpalas committed Jun 12, 2024
1 parent c303712 commit f5f35dc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/image-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
image_tag=$(task generate-version-tag)
echo "image_tag=$image_tag" >> $GITHUB_OUTPUT
- uses: actions/setup-go@v4
- uses: actions/setup-go@v5
if: matrix.path == '06-demo-application/api-golang'
with:
go-version: "1.22.x"
Expand Down Expand Up @@ -108,5 +108,6 @@ jobs:
- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
with:
base: main
token: ${{ secrets.DEVOPS_DIRECTIVE_KUBERNETES_COURSE_GITHUB_ACTION_PAT }}
title: "Update image tags to (${{ steps.generate-image-tag.outputs.image_tag }})"

0 comments on commit f5f35dc

Please sign in to comment.