From 61f7c54bbe3cff638db516776271f2a624072ee3 Mon Sep 17 00:00:00 2001 From: Christian Torbidone <73131550+killerbossoriginal@users.noreply.github.com> Date: Thu, 8 Aug 2024 10:42:57 +0200 Subject: [PATCH] Fix Repo --- .github/workflows/installers.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/installers.yml b/.github/workflows/installers.yml index 473a1dc..482ef58 100644 --- a/.github/workflows/installers.yml +++ b/.github/workflows/installers.yml @@ -41,7 +41,7 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - ghcr.io/pterodactyl/installers:${{ matrix.tag }} + ghcr.io/thundernetworkrad/installers:${{ matrix.tag }} pushAmd: name: "yolks:installers_amd:${{ matrix.tag }}" @@ -69,4 +69,4 @@ jobs: platforms: linux/amd64 push: true tags: | - ghcr.io/pterodactyl/installers:${{ matrix.tag }} + ghcr.io/thundernetworkrad/installers:${{ matrix.tag }}