Skip to content

Commit 8a58f16

Browse files
committed
fix(ci): use docker buildx --metadata-file for docker attestor
1 parent 2d5db2e commit 8a58f16

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/test-staging-cilock.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,6 @@ jobs:
161161
--enable-archivista \
162162
--archivista-server "$STAGING_URL/archivista" \
163163
--archivista-headers "Authorization: ${{ secrets.TESTIFYSEC_STAGING_API_KEY }}" \
164-
-- docker build -t dropbox-clone:test .
164+
-a docker \
165+
--attestor-product-include-glob "docker-metadata.json" \
166+
-- docker buildx build --metadata-file docker-metadata.json -t dropbox-clone:test --load .

0 commit comments

Comments
 (0)