Skip to content

Commit

Permalink
ci: allow attestations in docker workflow
Browse files Browse the repository at this point in the history
[skip ci]

Change-Id: I0fe34e639c89aa15f09e1d8b6313131f86e507ed
  • Loading branch information
Pesa committed May 8, 2024
1 parent ec352f2 commit f568c5e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,16 @@ name: Docker
on:
push:
tags:
- 'NFD-*'
- 'NFD-[0-9]+*'
schedule:
# twice a month
- cron: '20 8 5,20 * *'
workflow_dispatch:

permissions:
packages: write
attestations: write
id-token: write
packages: write

jobs:
nfd-build:
Expand Down

0 comments on commit f568c5e

Please sign in to comment.