We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c303712 commit f5f35dcCopy full SHA for f5f35dc
.github/workflows/image-ci.yml
@@ -50,7 +50,7 @@ jobs:
50
image_tag=$(task generate-version-tag)
51
echo "image_tag=$image_tag" >> $GITHUB_OUTPUT
52
53
- - uses: actions/setup-go@v4
+ - uses: actions/setup-go@v5
54
if: matrix.path == '06-demo-application/api-golang'
55
with:
56
go-version: "1.22.x"
@@ -108,5 +108,6 @@ jobs:
108
- name: Create Pull Request
109
uses: peter-evans/create-pull-request@v6
110
111
+ base: main
112
token: ${{ secrets.DEVOPS_DIRECTIVE_KUBERNETES_COURSE_GITHUB_ACTION_PAT }}
113
title: "Update image tags to (${{ steps.generate-image-tag.outputs.image_tag }})"
0 commit comments