Skip to content

Commit e3262f0

Browse files
committed
ci: On release, use local attestation workflow
Until now we were using the kubewarden/github-actions/attestation GHA. Signed-off-by: Víctor Cuadrado Juan <vcuadradojuan@suse.de>
1 parent 0bf01a3 commit e3262f0

1 file changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -113,21 +113,17 @@ jobs:
113113
attestation:
114114
name: Generate attestations
115115
needs: build-containers
116-
runs-on: ubuntu-latest
117116
permissions:
118117
packages: write
119118
id-token: write
120119
strategy:
121120
matrix:
122121
component: [kubewarden-controller, audit-scanner, policy-server]
123122
arch: [amd64, arm64]
124-
steps:
125-
- name: Generate and sign attestations
126-
uses: kubewarden/github-actions/attestation@f1695ca9a575bf58b85d6c3652c7ff7d1d12ec24 # v4.5.16
127-
with:
128-
component: ${{ matrix.component }}
129-
arch: ${{ matrix.arch }}
130-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
123+
uses: ./.github/workflows/attestation.yml
124+
with:
125+
component: ${{ matrix.component }}
126+
arch: ${{ matrix.arch }}
131127

132128
release:
133129
name: Create release

0 commit comments

Comments
 (0)