Skip to content

Commit 204c305

Browse files
committed
tesT
1 parent 176bd07 commit 204c305

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/pr-playwright-tests.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ env:
1111
ECR_REGISTRY: ${{ secrets.ECR_REGISTRY }}
1212
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID_ECR }}
1313
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY_ECR }}
14+
BUILDX_NO_DEFAULT_ATTESTATIONS: 1
1415

1516
# Test Environment Variables
1617
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
@@ -46,6 +47,8 @@ jobs:
4647
file: ./web/Dockerfile
4748
platforms: linux/arm64
4849
tags: ${{ env.ECR_REGISTRY }}/integration-test-onyx-web-server:playwright-test-${{ github.run_id }}
50+
provenance: false
51+
sbom: false
4952
push: true
5053

5154
build-backend-image:
@@ -75,6 +78,8 @@ jobs:
7578
file: ./backend/Dockerfile
7679
platforms: linux/arm64
7780
tags: ${{ env.ECR_REGISTRY }}/integration-test-onyx-backend:playwright-test-${{ github.run_id }}
81+
provenance: false
82+
sbom: false
7883
push: true
7984

8085
build-model-server-image:
@@ -104,6 +109,8 @@ jobs:
104109
file: ./backend/Dockerfile.model_server
105110
platforms: linux/arm64
106111
tags: ${{ env.ECR_REGISTRY }}/integration-test-onyx-model-server:playwright-test-${{ github.run_id }}
112+
provenance: false
113+
sbom: false
107114
push: true
108115

109116
playwright-tests:

0 commit comments

Comments
 (0)