File tree 2 files changed +15
-3
lines changed
2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,23 @@ updates:
4
4
directory : " /"
5
5
schedule :
6
6
interval : " weekly"
7
+ groups :
8
+ all-github-actions :
9
+ patterns : [ "*" ]
7
10
8
11
- package-ecosystem : " docker"
9
12
directory : " /"
10
13
schedule :
11
14
interval : " weekly"
15
+ groups :
16
+ all-docker-versions :
17
+ patterns : [ "*" ]
12
18
13
19
- package-ecosystem : " gomod"
14
20
directory : " /"
15
21
schedule :
16
22
interval : " weekly"
23
+ groups :
24
+ all-go-mod-patch-and-minor :
25
+ patterns : [ "*" ]
26
+ update-types : [ "patch", "minor" ]
Original file line number Diff line number Diff line change 25
25
check-latest : true
26
26
27
27
- name : Run Golangci lint
28
- uses : golangci/golangci-lint-action@v4
28
+ uses : golangci/golangci-lint-action@v6
29
29
with :
30
30
version : latest
31
31
args : --print-resources-usage
61
61
id : docker_meta
62
62
uses : docker/metadata-action@v5
63
63
with :
64
- images : ${{ github.repository }},quay.io/${{ github.repository }}
64
+ images : |
65
+ ${{ github.repository }}
66
+ quay.io/${{ github.repository }}
65
67
labels : |
66
68
io.artifacthub.package.readme-url=https://raw.githubusercontent.com/${{ github.repository }}/${{ github.event.repository.default_branch }}/README.md
67
69
flavor : |
90
92
password : ${{ secrets.QUAY_TOKEN }}
91
93
92
94
- name : ${{ inputs.publish && 'Build and push' || 'Build' }}
93
- uses : docker/build-push-action@v5
95
+ uses : docker/build-push-action@v6
94
96
with :
95
97
context : .
96
98
file : ./${{ matrix.Dockerfile }}
You can’t perform that action at this time.
0 commit comments