diff --git a/.github/workflows/publish-docker-images.yml b/.github/workflows/publish-docker-images.yml index 1454addcc34a..80c682229116 100644 --- a/.github/workflows/publish-docker-images.yml +++ b/.github/workflows/publish-docker-images.yml @@ -45,6 +45,7 @@ jobs: platforms: ${{ env.PLATFORMS }} file: ./docker/backend/Dockerfile push: true + sbom: true tags: ${{ env.BE_REPO }}:latest,${{ steps.bemeta.outputs.tags }} labels: ${{ steps.bemeta.outputs.labels }} build-args: | @@ -74,6 +75,7 @@ jobs: platforms: ${{ env.PLATFORMS }} file: ./docker/frontend/Dockerfile push: true + sbom: true tags: ${{ env.FE_REPO }}:latest,${{ steps.femeta.outputs.tags }} labels: ${{ steps.femeta.outputs.labels }}