blob: b0cb3a8c7fdaac653df09f3f776655b12f1a9872 [file] [log] [blame]
Varun Patil35e6aff2024-05-04 14:14:06 -07001name: Docker
2on:
3 push:
4 tags:
Davide Pesavento81c3c642024-05-08 13:40:47 -04005 - 'ndn-tools-[0-9]+*'
Varun Patil35e6aff2024-05-04 14:14:06 -07006 schedule:
7 # twice a month
8 - cron: '20 10 5,20 * *'
9 workflow_dispatch:
10
11permissions:
Davide Pesavento81c3c642024-05-08 13:40:47 -040012 attestations: write
Varun Patil35e6aff2024-05-04 14:14:06 -070013 id-token: write
Davide Pesavento81c3c642024-05-08 13:40:47 -040014 packages: write
Varun Patil35e6aff2024-05-04 14:14:06 -070015
16jobs:
17 ndn-tools:
18 uses: named-data/actions/.github/workflows/docker-image.yml@v1
19 with:
20 name: ndn-tools