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 2514f97 commit a2200d5Copy full SHA for a2200d5
.github/workflows/overcloud-host-image-build.yml
@@ -70,10 +70,6 @@ jobs:
70
run: |
71
echo "host_image_tag=$(date +${{ steps.openstack_release.outputs.openstack_release }}-%Y%m%dT%H%M%S)" >> $GITHUB_OUTPUT
72
73
- - name: Display overcloud host image tag
74
- run: |
75
- echo "${{ steps.host_image_tag.outputs.host_image_tag }}"
76
-
77
overcloud-host-image-build:
78
name: Build overcloud host images
79
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
@@ -94,6 +90,10 @@ jobs:
94
90
exit 1
95
91
fi
96
92
93
+ - name: Display overcloud host image tag
+ run: |
+ echo "${{ needs.create-tag.outputs.host_image_tag }}"
+
97
- name: Checkout
98
uses: actions/checkout@v4
99
with:
0 commit comments