Skip to content

Commit 45b5f3f

Browse files
authored
Update build_release_image.yml
1 parent 0b46d20 commit 45b5f3f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build_release_image.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ jobs:
6868
labels: ${{ steps.meta.outputs.labels }}
6969
tags: ${{ env.REGISTRY_IMAGE }}-base
7070
outputs: type=image,push-by-digest=true,name-canonical=true,push=true
71+
provenance: false
72+
sbom: false
7173
- name: Build app and push by digest
7274
id: build_app
7375
uses: docker/build-push-action@v6
@@ -82,6 +84,8 @@ jobs:
8284
com.overleaf.pro.revision=${{ env.MONOREPO_REVISION }}
8385
tags: ${{ env.REGISTRY_IMAGE }}
8486
outputs: type=image,push-by-digest=true,name-canonical=true,push=true
87+
provenance: false
88+
sbom: false
8589

8690
- name: Export digest
8791
run: |

0 commit comments

Comments
 (0)