diff --git a/.github/workflows/test-feature-branch.yml b/.github/workflows/test-feature-branch.yml index e8bc51c2d1..dae6ff212f 100644 --- a/.github/workflows/test-feature-branch.yml +++ b/.github/workflows/test-feature-branch.yml @@ -92,6 +92,6 @@ jobs: ansible-tower-url: ${{ secrets.AWX_URL }} template-id: "65" additional-vars: | - { "openbas_version": "${{ needs.openbas-platform.outputs.dockerBuildDigest }}", "openbas_config": ${{ inputs.openbas_config }} } + { "openbas_version": "${{steps.meta.outputs.version}}", "openbas_config": ${{ inputs.openbas_config }}, "image_digest": ${{ needs.openbas-platform.outputs.dockerBuildDigest }} } - name: display URL run: echo "https://${{steps.meta.outputs.version}}.obas.dev.filigran.io"