XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/gpt4free

ci: attach provenance and SBOM attestations to the published image (#3497)

* ci: attach provenance and SBOM attestations to the published image * ci: restore trailing newline at end of file

872a8ed1
Kobi Hikri <kobi.hikri@gmail.com>
提交于

代码差异

1 个文件 +6 -0
Modified .github/workflows/build-packages.yml +6 -0
@@ -269,6 +269,8 @@ jobs:
269 269 file: docker/Dockerfile-armv7
270 270 platforms: linux/arm/v7
271 271 push: true
272 provenance: mode=max
273 sbom: true
272 274 tags: |
273 275 hlohaus789/g4f:latest-armv7
274 276 hlohaus789/g4f:${{ needs.prepare.outputs.version }}-armv7
@@ -282,6 +284,8 @@ jobs:
282 284 file: docker/Dockerfile-slim
283 285 platforms: linux/amd64,linux/arm64
284 286 push: true
287 provenance: mode=max
288 sbom: true
285 289 tags: |
286 290 hlohaus789/g4f:latest-slim
287 291 hlohaus789/g4f:${{ needs.prepare.outputs.version }}-slim
@@ -295,6 +299,8 @@ jobs:
295 299 file: docker/Dockerfile
296 300 platforms: linux/amd64
297 301 push: true
302 provenance: mode=max
303 sbom: true
298 304 tags: ${{ steps.metadata.outputs.tags }}
299 305 labels: ${{ steps.metadata.outputs.labels }}
300 306 build-args: |