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.
2 parents c01f511 + 3d86499 commit b892bbbCopy full SHA for b892bbb
2 files changed
.github/dependabot.yml
@@ -14,3 +14,10 @@ updates:
14
day: sunday
15
open-pull-requests-limit: 3
16
rebase-strategy: disabled
17
+ - package-ecosystem: docker
18
+ directory: build/
19
+ schedule:
20
+ interval: monthly
21
+ day: sunday
22
+ open-pull-requests-limit: 3
23
+ rebase-strategy: disabled
.github/workflows/build-verify.yml
@@ -14,12 +14,13 @@ on:
- '*.md'
permissions:
contents: read
- id-token: write # needed for signing the images with GitHub OIDC Token
jobs:
build-verify-package:
runs-on: ubuntu-latest
environment: Build
+ permissions:
+ id-token: write # needed for signing the images with GitHub OIDC Token
24
steps:
25
- name: Get current date
26
id: date
0 commit comments