We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcda608 commit a0fc787Copy full SHA for a0fc787
.github/workflows/build-image.yaml
@@ -22,16 +22,7 @@ jobs:
22
fail-fast: false
23
matrix:
24
app:
25
- - quickstart/ai_giphy
26
- - quickstart/giphy
27
- - quickstart/hello_world
28
- - quickstart/polyglot
29
- connectors/mysql
30
- - connectors/anaplan
31
- - templates/generic
32
- - utilities/asset_descriptor_reminder
33
- - utilities/freshness_monitor
34
- - utilities/workflows_observability
35
36
steps:
37
# Checkout current repo (your app)
@@ -77,7 +68,7 @@ jobs:
77
68
snyk-integration-id: ${{ secrets.SNYK_INTEGRATION_ID }}
78
69
snyk-org-id: ${{ secrets.SNYK_ORG_ID }}
79
70
context: ./${{ matrix.app }}
80
- file: ./${{ matrix.app }}/Dockerfile
71
+ file: ./${{ matrix.app }}/../../Dockerfile
81
72
push: true
82
73
pull: true
83
74
platforms: linux/amd64,linux/arm64
connectors/mysql/Dockerfile
0 commit comments