Skip to content

Commit 85a691e

Browse files
committed
Updated workflow params path
1 parent 7945b8b commit 85a691e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tag-and-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- name: Set Go
6565
uses: actions/setup-go@v3
6666
with:
67-
go-version: v1.20
67+
go-version: v1.19
6868

6969
- name: Verify that release doesn't exist yet
7070
shell: bash {0}
@@ -104,7 +104,7 @@ jobs:
104104
105105
- name: Update image version in params.env
106106
run: |
107-
VERSION=${{ github.event.inputs.version }} perl -i -pe 's/:(.*)$/:$ENV{"VERSION"}/' config/manifests/params.env
107+
VERSION=${{ github.event.inputs.version }} perl -i -pe 's/:(.*)$/:$ENV{"VERSION"}/' config/manager/params.env
108108
shell: bash
109109

110110
- name: Login to Quay.io

0 commit comments

Comments
 (0)