We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94b038d commit bbb646dCopy full SHA for bbb646d
.github/workflows/pipeline-deploy-application.yaml
@@ -96,13 +96,13 @@ jobs:
96
matrix:
97
include:
98
- name: "dos-search"
99
+ build_type: "container"
100
uses: ./.github/workflows/build-sandbox-images.yaml
101
with:
102
name: ${{ matrix.name }}
103
commit_hash: ${{ needs.metadata.outputs.commit_hash }}
104
environment: ${{ needs.metadata.outputs.environment }}
105
application_tag: ${{ inputs.application_tag || 'latest' }}
- type: app
106
secrets: inherit
107
108
perform-code-analysis:
0 commit comments