File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 55
55
task talos:generate-config
56
56
57
57
- name : Run flux-local test
58
- uses : docker://ghcr.io/allenporter/flux-local:v7.2.1 @sha256:2c8d7f87f6d98e189378b7fc1af3974c0d701ebbd1fabb6bd883e781170f3057
58
+ uses : docker://ghcr.io/allenporter/flux-local:v7.3.0 @sha256:81870d4e24a3691e0ef9a258505100b194e550e1f8ffeb5e696fdbaab1913429
59
59
with :
60
60
args : test --enable-helm --all-namespaces --path /github/workspace/kubernetes/flux/cluster -v
61
61
Original file line number Diff line number Diff line change 36
36
uses : actions/checkout@v4
37
37
38
38
- name : Run flux-local test
39
- uses : docker://ghcr.io/allenporter/flux-local:v7.2.1
39
+ uses : docker://ghcr.io/allenporter/flux-local:v7.3.0
40
40
with :
41
41
args : test --enable-helm --all-namespaces --path /github/workspace/kubernetes/flux/cluster -v
42
42
65
65
path : default
66
66
67
67
- name : Run flux-local diff
68
- uses : docker://ghcr.io/allenporter/flux-local:v7.2.1
68
+ uses : docker://ghcr.io/allenporter/flux-local:v7.3.0
69
69
with :
70
70
args : >-
71
71
diff ${{ matrix.resources }}
You can’t perform that action at this time.
0 commit comments