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 8f9e962 commit b564944Copy full SHA for b564944
.github/workflows/package-build-ofed.yml
@@ -86,6 +86,7 @@ jobs:
86
id: image_tag
87
run: |
88
echo image_tag=$(grep stackhpc_rocky_9_overcloud_host_image_version: etc/kayobe/pulp-host-image-versions.yml | awk '{print $2}') >> $GITHUB_OUTPUT
89
+ working-directory: ${{ github.workspace }}/src/kayobe-config
90
91
# Use the image override if set, otherwise use overcloud-os_distribution-os_release-tag
92
- name: Output image name
0 commit comments