File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -78,11 +78,15 @@ jobs:
78
78
[ "${GITHUB_EVENT_NAME}" == 'release' ] && echo "tag=${GITHUB_REF##*/}" >> $GITHUB_ENV || true
79
79
[ "${GITHUB_EVENT_NAME}" == 'push' ] && echo "tag=latest" >> $GITHUB_ENV || true
80
80
81
+ - name : Set up Docker Buildx
82
+ uses : docker/setup-buildx-action@v3
83
+
81
84
- name : Build and push image
82
85
uses : docker/build-push-action@v6
83
86
with :
84
87
context : .
85
88
push : true
89
+ sbom : true
86
90
tags : ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ env.tag }}
87
91
88
92
bench :
@@ -118,4 +122,4 @@ jobs:
118
122
external-data-json-path : ./cache/benchmark-data.json
119
123
# GitHub API token to make a commit comment
120
124
github-token : ${{ secrets.GITHUB_TOKEN }}
121
- fail-on-alert : true
125
+ fail-on-alert : true
You can’t perform that action at this time.
0 commit comments