返回提交历史
Modified
.github/workflows/build-packages.yml
+6
-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
代码差异
1 个文件
+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: |