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 7945b8b commit 3188af8Copy full SHA for 3188af8
.github/workflows/tag-and-build.yml
@@ -64,7 +64,7 @@ jobs:
64
- name: Set Go
65
uses: actions/setup-go@v3
66
with:
67
- go-version: v1.20
+ go-version: v1.19
68
69
- name: Verify that release doesn't exist yet
70
shell: bash {0}
@@ -104,7 +104,7 @@ jobs:
104
105
- name: Update image version in params.env
106
run: |
107
- VERSION=${{ github.event.inputs.version }} perl -i -pe 's/:(.*)$/:$ENV{"VERSION"}/' config/manifests/params.env
+ VERSION=${{ github.event.inputs.version }} perl -i -pe 's/:(.*)$/:$ENV{"VERSION"}/' ../config/manager/params.env
108
shell: bash
109
110
- name: Login to Quay.io
0 commit comments