We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22b06ab commit 40c26acCopy full SHA for 40c26ac
1 file changed
.github/workflows/image-version.yaml
@@ -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