diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..220bdf3 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "images/mx-puppet-steam"] + path = images/mx-puppet-steam + url = https://github.com/blueperil/mx-puppet-steam diff --git a/images/mx-puppet-steam b/images/mx-puppet-steam new file mode 160000 index 0000000..a8c4b57 --- /dev/null +++ b/images/mx-puppet-steam @@ -0,0 +1 @@ +Subproject commit a8c4b5732129a03d775dee14908dae0c0cee0122 diff --git a/pipelines/build-and-push.json b/pipelines/build-and-push.json index 43042ce..f79b307 100644 --- a/pipelines/build-and-push.json +++ b/pipelines/build-and-push.json @@ -51,6 +51,10 @@ { "type": "file", "name": "gitea" + }, + { + "type": "simple", + "name": "mx-puppet-steam" } ] }