We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d5db2e commit 8a58f16Copy full SHA for 8a58f16
1 file changed
.github/workflows/test-staging-cilock.yaml
@@ -161,4 +161,6 @@ jobs:
161
--enable-archivista \
162
--archivista-server "$STAGING_URL/archivista" \
163
--archivista-headers "Authorization: ${{ secrets.TESTIFYSEC_STAGING_API_KEY }}" \
164
- -- docker build -t dropbox-clone:test .
+ -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