Skip to content

Commit 40c26ac

Browse files
Enable automatic image updates
1 parent 22b06ab commit 40c26ac

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# https://sikkerhet.nav.no/docs/verktoy/chainguard-dockerimages/#automagisk-oppdatering-av-tags-p%C3%A5-github
2+
name: "Check for newer image versions"
3+
4+
on:
5+
workflow_dispatch:
6+
schedule:
7+
- cron: "0 0 * * *"
8+
9+
jobs:
10+
digest-update:
11+
runs-on: ubuntu-latest
12+
permissions:
13+
contents: write
14+
pull-requests: write
15+
id-token: write
16+
steps:
17+
- uses: actions/checkout@v6
18+
- uses: navikt/digestabot@v1.0
19+
with:
20+
token: ${{ secrets.GITHUB_TOKEN }}
21+
team: klage

0 commit comments

Comments
 (0)