Varun Patil | 35e6aff | 2024-05-04 14:14:06 -0700 | [diff] [blame] | 1 | name: Docker |
| 2 | on: |
| 3 | push: |
| 4 | tags: |
Davide Pesavento | 81c3c64 | 2024-05-08 13:40:47 -0400 | [diff] [blame] | 5 | - 'ndn-tools-[0-9]+*' |
Varun Patil | 35e6aff | 2024-05-04 14:14:06 -0700 | [diff] [blame] | 6 | schedule: |
| 7 | # twice a month |
| 8 | - cron: '20 10 5,20 * *' |
| 9 | workflow_dispatch: |
| 10 | |
| 11 | permissions: |
Davide Pesavento | 81c3c64 | 2024-05-08 13:40:47 -0400 | [diff] [blame] | 12 | attestations: write |
Varun Patil | 35e6aff | 2024-05-04 14:14:06 -0700 | [diff] [blame] | 13 | id-token: write |
Davide Pesavento | 81c3c64 | 2024-05-08 13:40:47 -0400 | [diff] [blame] | 14 | packages: write |
Varun Patil | 35e6aff | 2024-05-04 14:14:06 -0700 | [diff] [blame] | 15 | |
| 16 | jobs: |
| 17 | ndn-tools: |
| 18 | uses: named-data/actions/.github/workflows/docker-image.yml@v1 |
| 19 | with: |
| 20 | name: ndn-tools |