Skip to content

Commit

Permalink
Reverted openbas_version var, added new digest var
Browse files Browse the repository at this point in the history
  • Loading branch information
troll-os committed Aug 29, 2024
1 parent e1e1533 commit 953a126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-feature-branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 953a126

Please sign in to comment.