Skip to content

Commit db99384

Browse files
authored
Disable docker provenance attestation and bump transformers to 5.9.0 (#256)
Rebased onto main (GAR migration already merged). Net changes: - docker.yml: disable provenance attestation on docker builds - uv.lock: bump transformers to 5.9.0
1 parent 7cefac2 commit db99384

2 files changed

Lines changed: 200 additions & 213 deletions

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,4 @@ jobs:
122122
${{ github.event_name != 'pull_request' && format('{0}:{1}', steps.image.outputs.base, steps.backend-version.outputs.version) || '' }}
123123
${{ github.event_name != 'pull_request' && format('{0}:latest', steps.image.outputs.base) || '' }}
124124
labels: ${{ steps.meta.outputs.labels }}
125+
provenance: false

0 commit comments

Comments
 (0)