From 0054dd7fe5418b91e7bf145a3cff6395c7f6d617 Mon Sep 17 00:00:00 2001 From: Lucas Schwiderski Date: Wed, 26 Feb 2025 12:54:00 +0100 Subject: [PATCH] Add mx-puppet-steam image --- .gitmodules | 3 +++ images/mx-puppet-steam | 1 + pipelines/build-and-push.json | 4 ++++ 3 files changed, 8 insertions(+) create mode 100644 .gitmodules create mode 160000 images/mx-puppet-steam 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" } ] }