Skip to content

Commit 5c2ecd1

Browse files
committed
vendor bitnami chart
1 parent 1e9662b commit 5c2ecd1

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/vendor.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: Vendor and Push Images to GHCR
22

33
on:
4+
push:
5+
paths:
6+
- vendor.json
47
workflow_dispatch:
58

69
env:

vendor.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"docker.io/nginx": "stable-alpine[34]\\.[0-9]+-slim"
2+
"docker.io/nginx": "stable-alpine[34]\\.[0-9]+-slim",
3+
"docker.io/bitnami/redis": "7\\.[0-9]+\\.[0-9]+-debian-[0-9]+-r[0-9]+"
34
}

0 commit comments

Comments
 (0)