diff --git a/.github/workflows/base.yml b/.github/workflows/base.yml index a9b7e5b..9b2e5e6 100644 --- a/.github/workflows/base.yml +++ b/.github/workflows/base.yml @@ -36,4 +36,4 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - ghcr.io/pterodactyl/yolks:${{ matrix.oses }} + ghcr.io/ThunderNetworkRaD/yolks:${{ matrix.oses }} diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index df97a5e..39d516e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -39,4 +39,4 @@ jobs: platforms: linux/amd64, linux/arm64 push: true tags: | - ghcr.io/pterodactyl/yolks:go_${{ matrix.tag }} + ghcr.io/ThunderNetworkRaD/yolks:go_${{ matrix.tag }} diff --git a/.github/workflows/java.yml b/.github/workflows/java.yml index 3b491d8..7b96d0c 100644 --- a/.github/workflows/java.yml +++ b/.github/workflows/java.yml @@ -46,4 +46,4 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - ghcr.io/pterodactyl/yolks:java_${{ matrix.tag }} + ghcr.io/ThunderNetworkRaD/yolks:java_${{ matrix.tag }} diff --git a/.github/workflows/nodejs.yml b/.github/workflows/nodejs.yml index ab30a75..28aeacc 100644 --- a/.github/workflows/nodejs.yml +++ b/.github/workflows/nodejs.yml @@ -42,4 +42,4 @@ jobs: platforms: linux/amd64,linux/arm64 push: true tags: | - ghcr.io/pterodactyl/yolks:nodejs_${{ matrix.tag }} + ghcr.io/ThunderNetworkRaD/yolks:nodejs_${{ matrix.tag }} diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index 7300809..f7d7373 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -40,4 +40,4 @@ jobs: platforms: linux/amd64, linux/arm64 push: true tags: | - ghcr.io/pterodactyl/yolks:python_${{ matrix.tag }} + ghcr.io/ThunderNetworkRaD/yolks:python_${{ matrix.tag }} diff --git a/README.md b/README.md index 3b2f508..c29495b 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ is tagged correctly. * [`base oses`](https://github.com/pterodactyl/yolks/tree/master/oses) * [`alpine`](https://github.com/pterodactyl/yolks/tree/master/oses/alpine) - * `ghcr.io/pterodactyl/yolks:alpine` + * `ghcr.io/ThunderNetworkRaD/yolks:alpine` * [`debian`](https://github.com/pterodactyl/yolks/tree/master/oses/debian) - * `ghcr.io/pterodactyl/yolks:debian` + * `ghcr.io/ThunderNetworkRaD/yolks:debian` * [`games`](https://github.com/pterodactyl/yolks/tree/master/games) * [`rust`](https://github.com/pterodactyl/yolks/tree/master/games/rust) * `ghcr.io/pterodactyl/games:rust` @@ -39,64 +39,64 @@ is tagged correctly. * `ghcr.io/pterodactyl/games:source` * [`golang`](https://github.com/pterodactyl/yolks/tree/master/go) * [`go1.14`](https://github.com/pterodactyl/yolks/tree/master/go/1.14) - * `ghcr.io/pterodactyl/yolks:go_1.14` + * `ghcr.io/ThunderNetworkRaD/yolks:go_1.14` * [`go1.15`](https://github.com/pterodactyl/yolks/tree/master/go/1.15) - * `ghcr.io/pterodactyl/yolks:go_1.15` + * `ghcr.io/ThunderNetworkRaD/yolks:go_1.15` * [`go1.16`](https://github.com/pterodactyl/yolks/tree/master/go/1.16) - * `ghcr.io/pterodactyl/yolks:go_1.16` + * `ghcr.io/ThunderNetworkRaD/yolks:go_1.16` * [`go1.17`](https://github.com/pterodactyl/yolks/tree/master/go/1.17) - * `ghcr.io/pterodactyl/yolks:go_1.17` + * `ghcr.io/ThunderNetworkRaD/yolks:go_1.17` * [`java`](https://github.com/pterodactyl/yolks/tree/master/java) * [`java8`](https://github.com/pterodactyl/yolks/tree/master/java/8) - * `ghcr.io/pterodactyl/yolks:java_8` + * `ghcr.io/ThunderNetworkRaD/yolks:java_8` * [`java8 - OpenJ9`](https://github.com/pterodactyl/yolks/tree/master/java/8j9) - * `ghcr.io/pterodactyl/yolks:java_8j9` + * `ghcr.io/ThunderNetworkRaD/yolks:java_8j9` * [`java11`](https://github.com/pterodactyl/yolks/tree/master/java/11) - * `ghcr.io/pterodactyl/yolks:java_11` + * `ghcr.io/ThunderNetworkRaD/yolks:java_11` * [`java11 - OpenJ9`](https://github.com/pterodactyl/yolks/tree/master/java/11j9) - * `ghcr.io/pterodactyl/yolks:java_11j9` + * `ghcr.io/ThunderNetworkRaD/yolks:java_11j9` * [`java16`](https://github.com/pterodactyl/yolks/tree/master/java/16) - * `ghcr.io/pterodactyl/yolks:java_16` + * `ghcr.io/ThunderNetworkRaD/yolks:java_16` * [`java16 - OpenJ9`](https://github.com/pterodactyl/yolks/tree/master/java/16j9) - * `ghcr.io/pterodactyl/yolks:java_16j9` + * `ghcr.io/ThunderNetworkRaD/yolks:java_16j9` * [`java17`](https://github.com/pterodactyl/yolks/tree/master/java/17) - * `ghcr.io/pterodactyl/yolks:java_17` + * `ghcr.io/ThunderNetworkRaD/yolks:java_17` * [`java17 - OpenJ9`](https://github.com/pterodactyl/yolks/tree/master/java/17j9) - * `ghcr.io/pterodactyl/yolks:java_17j9` + * `ghcr.io/ThunderNetworkRaD/yolks:java_17j9` * [`java18`](https://github.com/pterodactyl/yolks/tree/master/java/18) - * `ghcr.io/pterodactyl/yolks:java_18` + * `ghcr.io/ThunderNetworkRaD/yolks:java_18` * [`java18 - OpenJ9`](https://github.com/pterodactyl/yolks/tree/master/java/18j9) - * `ghcr.io/pterodactyl/yolks:java_18j9` + * `ghcr.io/ThunderNetworkRaD/yolks:java_18j9` * [`java19`](https://github.com/pterodactyl/yolks/tree/master/java/19) - * `ghcr.io/pterodactyl/yolks:java_19` + * `ghcr.io/ThunderNetworkRaD/yolks:java_19` * [`java19 - OpenJ9`](https://github.com/pterodactyl/yolks/tree/master/java/19j9) - * `ghcr.io/pterodactyl/yolks:java_19j9` + * `ghcr.io/ThunderNetworkRaD/yolks:java_19j9` * [`java21`](https://github.com/pterodactyl/yolks/tree/master/java/21) - * `ghcr.io/pterodactyl/yolks:java_21` + * `ghcr.io/ThunderNetworkRaD/yolks:java_21` * [`nodejs`](https://github.com/pterodactyl/yolks/tree/master/nodejs) * [`node12`](https://github.com/pterodactyl/yolks/tree/master/nodejs/12) - * `ghcr.io/pterodactyl/yolks:nodejs_12` + * `ghcr.io/ThunderNetworkRaD/yolks:nodejs_12` * [`node14`](https://github.com/pterodactyl/yolks/tree/master/nodejs/14) - * `ghcr.io/pterodactyl/yolks:nodejs_14` + * `ghcr.io/ThunderNetworkRaD/yolks:nodejs_14` * [`node15`](https://github.com/pterodactyl/yolks/tree/master/nodejs/15) - * `ghcr.io/pterodactyl/yolks:nodejs_15` + * `ghcr.io/ThunderNetworkRaD/yolks:nodejs_15` * [`node16`](https://github.com/pterodactyl/yolks/tree/master/nodejs/16) - * `ghcr.io/pterodactyl/yolks:nodejs_16` + * `ghcr.io/ThunderNetworkRaD/yolks:nodejs_16` * [`node17`](https://github.com/pterodactyl/yolks/tree/master/nodejs/17) - * `ghcr.io/pterodactyl/yolks:nodejs_17` + * `ghcr.io/ThunderNetworkRaD/yolks:nodejs_17` * [`node18`](https://github.com/pterodactyl/yolks/tree/master/nodejs/18) - * `ghcr.io/pterodactyl/yolks:nodejs_18` + * `ghcr.io/ThunderNetworkRaD/yolks:nodejs_18` * [`node20`](https://github.com/pterodactyl/yolks/tree/master/nodejs/18) - * `ghcr.io/pterodactyl/yolks:nodejs_20` + * `ghcr.io/ThunderNetworkRaD/yolks:nodejs_20` * [`python`](https://github.com/pterodactyl/yolks/tree/master/python) * [`python3.7`](https://github.com/pterodactyl/yolks/tree/master/python/3.7) - * `ghcr.io/pterodactyl/yolks:python_3.7` + * `ghcr.io/ThunderNetworkRaD/yolks:python_3.7` * [`python3.8`](https://github.com/pterodactyl/yolks/tree/master/python/3.8) - * `ghcr.io/pterodactyl/yolks:python_3.8` + * `ghcr.io/ThunderNetworkRaD/yolks:python_3.8` * [`python3.9`](https://github.com/pterodactyl/yolks/tree/master/python/3.9) - * `ghcr.io/pterodactyl/yolks:python_3.9` + * `ghcr.io/ThunderNetworkRaD/yolks:python_3.9` * [`python3.10`](https://github.com/pterodactyl/yolks/tree/master/python/3.10) - * `ghcr.io/pterodactyl/yolks:python_3.10` + * `ghcr.io/ThunderNetworkRaD/yolks:python_3.10` ### Installation Images