Skip to content

Commit a0fc787

Browse files
committed
Adding docker file to sample app for reference
1 parent bcda608 commit a0fc787

File tree

2 files changed

+1
-32
lines changed

2 files changed

+1
-32
lines changed

.github/workflows/build-image.yaml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,7 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
app:
25-
- quickstart/ai_giphy
26-
- quickstart/giphy
27-
- quickstart/hello_world
28-
- quickstart/polyglot
2925
- connectors/mysql
30-
- connectors/anaplan
31-
- templates/generic
32-
- utilities/asset_descriptor_reminder
33-
- utilities/freshness_monitor
34-
- utilities/workflows_observability
3526

3627
steps:
3728
# Checkout current repo (your app)
@@ -77,7 +68,7 @@ jobs:
7768
snyk-integration-id: ${{ secrets.SNYK_INTEGRATION_ID }}
7869
snyk-org-id: ${{ secrets.SNYK_ORG_ID }}
7970
context: ./${{ matrix.app }}
80-
file: ./${{ matrix.app }}/Dockerfile
71+
file: ./${{ matrix.app }}/../../Dockerfile
8172
push: true
8273
pull: true
8374
platforms: linux/amd64,linux/arm64

connectors/mysql/Dockerfile

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)