Skip to content

Commit bbb646d

Browse files
feat(sandbox): FTRS-7220 Add build and storing of sandbox images
1 parent 94b038d commit bbb646d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline-deploy-application.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,13 +96,13 @@ jobs:
9696
matrix:
9797
include:
9898
- name: "dos-search"
99+
build_type: "container"
99100
uses: ./.github/workflows/build-sandbox-images.yaml
100101
with:
101102
name: ${{ matrix.name }}
102103
commit_hash: ${{ needs.metadata.outputs.commit_hash }}
103104
environment: ${{ needs.metadata.outputs.environment }}
104105
application_tag: ${{ inputs.application_tag || 'latest' }}
105-
type: app
106106
secrets: inherit
107107

108108
perform-code-analysis:

0 commit comments

Comments
 (0)