diff --git a/.github/workflows/_build_artifacts.yml b/.github/workflows/_build_artifacts.yml index 7090b73a8..fab51a25e 100644 --- a/.github/workflows/_build_artifacts.yml +++ b/.github/workflows/_build_artifacts.yml @@ -181,7 +181,7 @@ jobs: client_image: ${{ steps.image-name.outputs.client_image }} relay_image: ${{ steps.image-name.outputs.relay_image }} gateway_image: ${{ steps.image-name.outputs.gateway_image }} - http_test_server_image: ${{ steps.image-name.outputs.http_test_server_image }} + http_test_server_image: ${{ steps.image-name.outputs.http-test-server_image }} steps: - uses: actions/checkout@v4 with: