Skip to content

Commit 19b4ded

Browse files
committed
fixup! feat(sdk): single workflow with target matrix
1 parent 7f25f57 commit 19b4ded

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

.github/workflows/sdk.yaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ jobs:
6666
uses: actions/download-artifact@95815c38cf2ff2164869cbab79da8d1f422bc89e # v4.2.1
6767
with:
6868
path: packages/sdk/
69-
pattern: docker-metadata-*
70-
merge-multiple: true
7169

7270
- name: ls
7371
run: ls -l packages/sdk/
@@ -100,9 +98,9 @@ jobs:
10098
files: |
10199
./docker-bake.hcl
102100
./docker-bake.platforms.hcl
103-
./docker-meta-rollups-database.json
104-
./docker-meta-rollups-runtime.json
105-
./docker-meta-sdk.json
101+
./docker-metadata-sdk/docker-metadata-action-bake.json
102+
./docker-metadata-rollups-runtime/docker-metadata-action-bake.json
103+
./docker-metadata-rollups-database/docker-metadata-action-bake.json
106104
set: |
107105
*.cache-from=type=gha
108106
*.cache-to=type=gha,mode=max
@@ -122,7 +120,7 @@ jobs:
122120
files: |
123121
./docker-bake.hcl
124122
./docker-bake.platforms.json
125-
./docker-meta-rollups-database.json
126-
./docker-meta-rollups-runtime.json
127-
./docker-meta-sdk.hcl
123+
./docker-metadata-sdk/docker-metadata-action-bake.json
124+
./docker-metadata-rollups-runtime/docker-metadata-action-bake.json
125+
./docker-metadata-rollups-database/docker-metadata-action-bake.json
128126
push: true

0 commit comments

Comments
 (0)