Skip to content

Commit

Permalink
Merge pull request #22 from go-vela/feat/plugin-docker
Browse files Browse the repository at this point in the history
feat: add vela-docker plugin
plyr4 authored Jan 22, 2025
2 parents 317bbe7 + f23f59a commit 0dfbda7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions remote-vela-plugins/plugins.js
Original file line number Diff line number Diff line change
@@ -40,6 +40,12 @@ const remoteVelaPlugins = [
sourceRef: "refs/heads/main",
sourceFileName: "DOCS.md",
},
{
name: "docker",
sourceRepo: "go-vela/vela-docker",
sourceRef: "refs/heads/main",
sourceFileName: "DOCS.md",
},
{
name: "downstream",
sourceRepo: "go-vela/vela-downstream",

0 comments on commit 0dfbda7

Please sign in to comment.