Skip to content

Commit f562a78

Browse files
committed
missed makefile adjustment for kueue in tag-and-build
1 parent af91e9c commit f562a78

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

+4
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ jobs:
103103
run: |
104104
sed -i -E "s/(.*KUBERAY_VERSION \?= ).*/\1${{ github.event.inputs.kuberay-version }}/" Makefile
105105
106+
- name: Adjust Kueue dependency in the code
107+
run: |
108+
sed -i -E "s/(.*KUEUE_VERSION \?= ).*/\1${{ github.event.inputs.kueue-version }}/" Makefile
109+
106110
- name: Update image version in params.env
107111
run: |
108112
VERSION=${{ github.event.inputs.version }} perl -i -pe 's/:(.*)$/:$ENV{"VERSION"}/' config/manager/params.env

0 commit comments

Comments
 (0)