@@ -274,7 +274,7 @@ const config = {
274
274
{
275
275
name : 'VirusTotal Scan' ,
276
276
github : 'cssnr/virustotal-action' ,
277
- url : 'https://github.com/marketplace/actions /virustotal-action' ,
277
+ url : 'https://github.com/cssnr /virustotal-action' ,
278
278
description :
279
279
'Scan Release Artifacts with VirusTotal and Update Release Notes.' ,
280
280
// badges: {},
@@ -287,7 +287,7 @@ const config = {
287
287
{
288
288
name : 'Update Version Tags' ,
289
289
github : 'cssnr/update-version-tags-action' ,
290
- url : 'https://github.com/marketplace/actions /update-version-tags-action' ,
290
+ url : 'https://github.com/cssnr /update-version-tags-action' ,
291
291
description :
292
292
'Update Version Tags on Push or Release for Semantic Versions.' ,
293
293
// badges: {},
@@ -300,7 +300,7 @@ const config = {
300
300
{
301
301
name : 'Update JSON Value' ,
302
302
github : 'cssnr/update-json-value-action' ,
303
- url : 'https://github.com/marketplace/actions /update-json-value-action' ,
303
+ url : 'https://github.com/cssnr /update-json-value-action' ,
304
304
description : 'Update JSON file Value(s) for Publishing.' ,
305
305
// badges: {},
306
306
links : {
@@ -350,7 +350,7 @@ const config = {
350
350
{
351
351
name : 'Mozilla Addon Update' ,
352
352
github : 'cssnr/mozilla-addon-update-action' ,
353
- url : 'https://github.com/marketplace/actions /mozilla-addon-update-action' ,
353
+ url : 'https://github.com/cssnr /mozilla-addon-update-action' ,
354
354
description :
355
355
'Update the Mozilla Firefox Update JSON File after a Release.' ,
356
356
// badges: {},
@@ -493,5 +493,17 @@ const config = {
493
493
} ,
494
494
fa : 'python' ,
495
495
} ,
496
+ {
497
+ name : 'Docker Nginx Static' ,
498
+ github : 'cssnr/docker-nginx-static' ,
499
+ url : 'https://github.com/cssnr/docker-nginx-static' ,
500
+ description : 'Nginx Docker Image for Serving Static Files.' ,
501
+ // badges: {},
502
+ links : {
503
+ Package :
504
+ 'https://github.com/cssnr/docker-nginx-static/pkgs/container/docker-nginx-static' ,
505
+ } ,
506
+ fa : 'python' ,
507
+ } ,
496
508
] ,
497
509
}
0 commit comments