diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index c8455b5..38ba617 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -53,10 +53,14 @@ jobs: run: | make test make + + - name: Set up Docker Buildx + uses: docker/setup-buildx-action@v3 - name: Push image uses: docker/build-push-action@v6 with: context: . push: true - tags: ${{ steps.meta.outputs.tags }} \ No newline at end of file + sbom: true + tags: ${{ steps.meta.outputs.tags }}