File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -328,6 +328,10 @@ jobs:
328
328
AWS_PRODUCT_CODE : ${{ secrets.AWS_PRODUCT_CODE }}
329
329
AWS_PUB_KEY : ${{ secrets.AWS_PUB_KEY }}
330
330
SLACK_WEBHOOK : ${{ secrets.SLACK_WEBHOOK_COMMUNITY }}
331
+ AZURE_STORAGE_ACCOUNT : ${{ secrets.AZURE_STORAGE_ACCOUNT }}
332
+ AZURE_STORAGE_KEY : ${{ secrets.AZURE_STORAGE_KEY }}
333
+ AZURE_BUCKET_NAME : ${{ secrets.AZURE_BUCKET_NAME }}
334
+
331
335
- name : Store Artifacts in Cache
332
336
uses : actions/cache@v3
333
337
with :
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ builds:
44
44
45
45
archives :
46
46
- id : kubernetes-ingress
47
- format : binary
48
47
builds : [kubernetes-ingress]
49
48
50
49
changelog :
@@ -54,13 +53,17 @@ checksum:
54
53
name_template : ' checksums.txt'
55
54
56
55
sboms :
57
- - artifacts : binary
56
+ - artifacts : archive
58
57
ids : [kubernetes-ingress]
59
58
60
59
release :
61
60
ids : [kubernetes-ingress]
62
- extra_files :
63
- - glob : ./dist/**.sbom
61
+
62
+ blobs :
63
+ - provider : azblob
64
+ bucket : ' {{.Env.AZURE_BUCKET_NAME}}'
65
+ extra_files :
66
+ - glob : ./dist/**.sbom
64
67
65
68
milestones :
66
69
- close : true
You can’t perform that action at this time.
0 commit comments