Skip to content

Commit 146ea1a

Browse files
authored
Add workflow to update images (#1504)
* Add workflow to update images * Rm year from SPDX header
1 parent 12fbc4e commit 146ea1a

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+
#
2+
# SPDX-FileCopyrightText: SAP SE or an SAP affiliate company and Gardener contributors
3+
#
4+
# SPDX-License-Identifier: Apache-2.0
5+
#
6+
name: Auto-update Image Versions
7+
8+
on:
9+
workflow_dispatch:
10+
schedule:
11+
- cron: '30 6 * * 0' # Runs at 6:30 AM UTC every Sunday
12+
13+
jobs:
14+
update-images:
15+
uses: gardener/cc-utils/.github/workflows/update-extension-provider-images.yaml@master
16+
# Pass all available secrets (like the private key)
17+
secrets: inherit
18+
permissions:
19+
contents: write
20+
id-token: write
21+

0 commit comments

Comments
 (0)