mirror of
https://github.com/qbittorrent/docker-qbittorrent-nox.git
synced 2024-11-26 19:00:33 +00:00
Generate build provenace attestations
This commit is contained in:
parent
8aa6c444c3
commit
e22cd79e57
7
.github/workflows/alpha.yaml
vendored
7
.github/workflows/alpha.yaml
vendored
@ -6,6 +6,8 @@ on:
|
||||
workflow_dispatch: # allow trigger it manually
|
||||
|
||||
permissions:
|
||||
attestations: write
|
||||
id-token: write
|
||||
packages: write
|
||||
|
||||
jobs:
|
||||
@ -86,6 +88,11 @@ jobs:
|
||||
name: qbittorrent-nox_alpha_${{ steps.set-variables.outputs.PLATFORM_NAME }}
|
||||
path: qbittorrent-nox_alpha_${{ steps.set-variables.outputs.PLATFORM_NAME }}
|
||||
|
||||
- name: Generate build provenace attestations
|
||||
uses: actions/attest-build-provenance@v1
|
||||
with:
|
||||
subject-path: qbittorrent-nox_alpha_${{ steps.set-variables.outputs.PLATFORM_NAME }}
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
@ -2,7 +2,9 @@ name: CI
|
||||
|
||||
on: [pull_request, push]
|
||||
|
||||
permissions: {}
|
||||
permissions:
|
||||
attestations: write
|
||||
id-token: write
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||
@ -84,3 +86,8 @@ jobs:
|
||||
with:
|
||||
name: qbittorrent-nox_devel_${{ steps.set-variables.outputs.PLATFORM_NAME }}
|
||||
path: qbittorrent-nox_devel_${{ steps.set-variables.outputs.PLATFORM_NAME }}
|
||||
|
||||
- name: Generate build provenace attestations
|
||||
uses: actions/attest-build-provenance@v1
|
||||
with:
|
||||
subject-path: qbittorrent-nox_devel_${{ steps.set-variables.outputs.PLATFORM_NAME }}
|
||||
|
7
.github/workflows/release.yaml
vendored
7
.github/workflows/release.yaml
vendored
@ -4,6 +4,8 @@ on:
|
||||
workflow_dispatch: # trigger it manually
|
||||
|
||||
permissions:
|
||||
attestations: write
|
||||
id-token: write
|
||||
packages: write
|
||||
|
||||
env:
|
||||
@ -103,6 +105,11 @@ jobs:
|
||||
name: qbittorrent-nox_${{ env.QBT_VERSION }}_${{ steps.set-variables.outputs.PLATFORM_NAME }}
|
||||
path: qbittorrent-nox_${{ env.QBT_VERSION }}_${{ steps.set-variables.outputs.PLATFORM_NAME }}
|
||||
|
||||
- name: Generate build provenace attestations
|
||||
uses: actions/attest-build-provenance@v1
|
||||
with:
|
||||
subject-path: qbittorrent-nox_${{ env.QBT_VERSION }}_${{ steps.set-variables.outputs.PLATFORM_NAME }}
|
||||
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user