Skip to content

Commit a2200d5

Browse files
committed
move
1 parent 2514f97 commit a2200d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/overcloud-host-image-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,6 @@ jobs:
7070
run: |
7171
echo "host_image_tag=$(date +${{ steps.openstack_release.outputs.openstack_release }}-%Y%m%dT%H%M%S)" >> $GITHUB_OUTPUT
7272
73-
- name: Display overcloud host image tag
74-
run: |
75-
echo "${{ steps.host_image_tag.outputs.host_image_tag }}"
76-
7773
overcloud-host-image-build:
7874
name: Build overcloud host images
7975
if: github.repository == 'stackhpc/stackhpc-kayobe-config'
@@ -94,6 +90,10 @@ jobs:
9490
exit 1
9591
fi
9692
93+
- name: Display overcloud host image tag
94+
run: |
95+
echo "${{ needs.create-tag.outputs.host_image_tag }}"
96+
9797
- name: Checkout
9898
uses: actions/checkout@v4
9999
with:

0 commit comments

Comments
 (0)